- setReceiversSpecifier:
Sets the receiver’s object specifier;.
レシーバの持つオブジェクト指定子を設定します。
Availability 有効性
Technology
@property(readonly, retain) NSScriptObjectSpecifier
*keySpecifier;
A specifier for the object or objects to be cloned. 複製されることになるオブジェクトまたは複数のオブジェクトに対するある指定子。
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 NSClone
object; for example, if you send the specifier a container
message, the result is nil
.
例えば、指定子が指し示すのは、ある書類の持つ三角形が複製されるべきであることかもしれません。返される指定子は、NSClone
オブジェクトの文脈においてのみ有効です;例えば、あなたがその指定子にcontainer
メッセージを送るならば、結果はnil
です。
- setReceiversSpecifier: