Instance Property インスタンスプロパティ

keySpecifier

Returns a specifier for the object or objects to be moved. 移動されるオブジェクトまたは複数のオブジェクトに対するある指定子を返します。

Declaration 宣言

var keySpecifier: NSScriptObjectSpecifier { get }

Return Value 戻り値

A specifier for the object or objects to be moved. 移動されるオブジェクトまたは複数のオブジェクトに対するある指定子。

Discussion 議論

Note that this specifier may be different than the specifier set by setReceiversSpecifier(_:), which sets the container specifier. For example, for a command such as move the third circle to the location of the first circle, the receiver might identify a document (which has a list of graphics), while the key specifier identifies the particular graphic to be moved. この指定子は、コンテナ指定子を設定するsetReceiversSpecifier(_:)によって設定される指定子とは異なるかもしれないことに注意してください。例えば、move the third circle to the location of the first circleのようなコマンドに対して、レシーバはある書類を識別するかもしれません(それは画像のリストを持ちます)、一方でキー指定子は移動されることになる特定の画像を識別します。

See Also 参照

Working with specifiers 指定子を扱う

Related Documentation 関連文書