var keySpecifier : NSScriptObjectSpecifier
set
AppleScript command.
ある指定子を返します、それは属性またはリレーションシップを識別します、それはset
AppleScriptコマンドのレシーバに対して設定されることになります。
func setReceiversSpecifier (NSScriptObjectSpecifier?)
Availability 有効性
Technology
class NSSetCommand : NSScriptCommand
An instance of NSSet
sets one or more attributes or relationships to one or more values; for example, it may set the (x, y) coordinates for a window’s position or set the name of a document.
NSSet
のインスタンスは、ひとつ以上の属性またはリレーションシップ(関係)をひとつ以上の値に設定します;例えば、それはウインドウ位置の座標 (x, y) を設定します、またある書類の名前を設定します。
NSSet
is part of Cocoa’s built-in scripting support. It works automatically to support the set
command through key-value coding. Most applications don’t need to subclass NSSet
or call its methods.
NSSet
は、Cocoaの組込みスクリプティングサポートの一部です。それは自動的に働いてset
コマンドをキー値コーディングを通してサポートします。ほとんどのアプリケーションは、NSSet
のサブクラスを作成するまたはそれのメソッドを呼び出す必要はありません。
NSSet
uses available scripting class descriptions to determine whether it should set a value for an attribute (or property), or set a value for all elements (to-many objects). For the latter, it invokes replace
; for the former, it invokes set
(or, if the receiver overrides take
, it invokes that method, to support backward binary compatibility.)
NSSet
は、利用可能なスクリプティングクラス記述を使って、それがある値をある属性(またはプロパティ)に設定する、またはある値を全ての要素(対多オブジェクトそれら)に設定すべきかを決定します。後者に対して、それはreplace
を発動します;前者に対して、それはset
を発動します(または、レシーバがtake
をオーバーライドするならば、それはそのメソッドを発動します、後方バイナリ互換性をサポートするために)。
For information on working with set
commands, see Getting and Setting Properties and Elements in Cocoa Scripting Guide.
set
コマンドを扱う情報として、プロパティおよび要素の取得と設定をCocoaスクリプティングガイドで見てください。
var keySpecifier : NSScriptObjectSpecifier
set
AppleScript command.
ある指定子を返します、それは属性またはリレーションシップを識別します、それはset
AppleScriptコマンドのレシーバに対して設定されることになります。
func setReceiversSpecifier (NSScriptObjectSpecifier?)
class NSScriptCommand
class NSQuitCommand
class NSMoveCommand
class NSCreateCommand
class NSDeleteCommand
class NSExistsCommand
class NSGetCommand
class NSCloneCommand
class NSCountCommand
class NSCloseCommand