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

keySpecifier

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

Declaration 宣言

var keySpecifier: NSScriptObjectSpecifier { get }

Return Value 戻り値

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

Discussion 議論

For example, the specifier may indicate that a document’s third rectangle should be cloned. The returned specifier is valid only in the context of the NSCloneCommand object; for example, if you send the specifier a container message, the result is nil. 例えば、指定子が指し示すのは、ある書類の持つ三角形が複製されるべきであることかもしれません。返される指定子は、NSCloneCommandオブジェクトの文脈においてのみ有効です;例えば、あなたがその指定子にcontainerメッセージを送るならば、結果はnilです。

See Also 参照

Working with specifiers 指定子を扱う

Related Documentation 関連文書