var keySpecifier : NSScriptObjectSpecifier
set
AppleScript command.
ある指定子を返します、それは属性またはリレーションシップを識別します、それはset
AppleScriptコマンドのレシーバに対して設定されることになります。
Availability 有効性
Technology
func setReceiversSpecifier(_ receiversRef: NSScriptObjectSpecifier
?)
receiversRef
The receiver’s object specifier. レシーバの持つオブジェクト指定子。
When the command is executed, it sets attributes or relationships in the objects specified by receivers
.
コマンドが実行される時、それは属性またはリレーションシップをreceivers
によって指定されるオブジェクトにおいて設定します。
This method overrides receivers
in NSScript
. It performs the same function as the overridden method, with a critical difference: it causes the container specifier part of the passed-in object specifier to become the receiver specifier of the command, and the key part of the passed-in object specifier to become the key specifier. If, for example, receivers
is a specifier for the color of the third rectangle
, the receiver specifier is the third rectangle,
while the key specifier is the color
.
このメソッドは、receivers
をNSScript
においてオーバーライドします。それは、オーバーライドされたメソッドと同じ関数を実行します、ある決定的な違いとともに:それは、渡されたオブジェクト指定子のコンテナ指定子部分がコマンドのレシーバ指定子になるようにします、そして渡されたオブジェクト指定子のキー部分がキー指定子になるようにします。例えば、receivers
がthe color of the third rectangle
に対する指定子ならば、レシーバ指定子はthe third rectangle
で、一方でキー指定子はthe color
です。
var keySpecifier : NSScriptObjectSpecifier
set
AppleScript command.
ある指定子を返します、それは属性またはリレーションシップを識別します、それはset
AppleScriptコマンドのレシーバに対して設定されることになります。