createClassDescription
resolvedKeyDictionary
make
Apple event command that has been converted to this NSCreateCommand
object.
make
アップルイベントコマンド、それはこのNSCreateCommand
オブジェクトに変換されるものです、において指定されたプロパティを含む辞書を返します。
Availability 有効性
Technology
@interface NSCreateCommand : NSScriptCommand
An instance of NSCreate
creates the specified scriptable object (such as a document), optionally supplying the new object with the specified attributes. This command corresponds to AppleScript’s make
command.
NSCreate
のインスタンスは、指定されたスクリプト対応オブジェクト(例えば書類など)を作成して、随意に指定された属性を持つ新しいオブジェクトを提供します。この命令は、AppleScriptのもつmake
コマンドに相当します。
NSCreate
is part of Cocoa’s built-in scripting support. Most applications don’t need to subclass NSCreate
or invoke its methods.
NSCreate
は、Cocoaの組込みスクリプティングサポートの一部です。ほとんどのアプリケーションは、NSCreate
のサブクラスを作ったりそれのメソッドを発動したりする必要はありません。
When an instance of NSCreate
is executed, it creates a new object using [[the
(where the
is the class of the object to be created), unless the command has a with data
argument. In the latter case, the new object is created by invoking [[NSScript
. Any properties specified by a with properties
argument are then set in the new object using -set
.
NSCreate
のインスタンスが実行される場合、それは新しいオブジェクトを[[the
を使って作成します(そこでthe
は作成されるオブジェクトのクラスです)、しかしそのコマンドがwith data
引数を持つ場合を除きます。あとの場合には、新しいオブジェクトは[[NSScript
を発動することによって作成されます。with properties
引数によって指定されるあらゆるプロパティは、それから新しいオブジェクトにおいて-set
を使って設定されます。
If an NSCreate
object with no argument corresponding to the at
parameter is executed (for example, tell application "Mail" to make new mailbox with properties {name:"test
), and the receiver of the command (not necessarily the application object) has a to-many relationship to objects of the class to be instantiated, and the class description for the receiving class returns NO
when sent an is
message, the NSCreate
object creates a new object and sends the receiver an insert
message to place the new object in the container. This is part of Cocoa’s scripting support for inserting newly-created objects into containers without explicitly specifying a location.
あるNSCreate
オブジェクトでat
パラメータと結び付けられる引数を持たないものが実行される(例えば、tell application "Mail" to make new mailbox with properties {name:"test
)、そしてコマンドのレシーバ(必ずしもアプリケーションオブジェクトではない)がクラスのオブジェクトに対する対多関係を持つことでインスタンス化される、そして受取手のクラスに対するクラス記述がNO
をis
メッセージを送られた時に返すならば、NSCreate
オブジェクトはある新しいオブジェクトを作成して、レシーバにinsert
メッセージを送ることで、その新しいオブジェクトをそのコンテナの中に置きます。これは、新規作成オブジェクトを明示的な場所指定なしにコンテナそれらに挿入するための、Cocoaの持つスクリプティングサポートの一部です。
createClassDescription
resolvedKeyDictionary
make
Apple event command that has been converted to this NSCreateCommand
object.
make
アップルイベントコマンド、それはこのNSCreateCommand
オブジェクトに変換されるものです、において指定されたプロパティを含む辞書を返します。
NSScriptCommand
NSQuitCommand
NSSetCommand
NSMoveCommand
NSDeleteCommand
NSExistsCommand
NSGetCommand
NSCloneCommand
NSCountCommand
NSCloseCommand