Initializer

init(position:objectSpecifier:)

Initializes a positional specifier with a given position relative to another given specifier. 位置指定子を、ある与えられた位置で、別の与えられた指定子に相対的に、初期化します。

Declaration 宣言

init(position: NSPositionalSpecifier.InsertionPosition, 
objectSpecifier specifier: NSScriptObjectSpecifier)

Parameters パラメータ

position

The position for the new specifier relative to specifier. specifierに相対的な新しい指定子に対する位置。

specifier

The reference specifier. 参照指定子。

Return Value 戻り値

An initialized positional specifier with the position specified by position relative to the object specified by specifier. positionによって指定された位置で、specifierによって指定されたオブジェクトに相対的に、初期化された位置指定子。

See Also 参照

Related Documentation 関連文書