Instance Property
インスタンスプロパティ
resolvedKeyDictionary
Returns a dictionary that contains the properties that were specified in the make
Apple event command that has been converted to this NSCreateCommand
object.
make
アップルイベントコマンド、それはこのNSCreateCommand
オブジェクトに変換されるものです、において指定されたプロパティを含む辞書を返します。
Return Value
戻り値
A dictionary that contains the properties that were specified in the make
Apple event script command that has been converted to this NSCreateCommand
object.
make
アップルイベントスクリプトコマンド、それはこのNSCreateCommand
オブジェクトに変換されるものです、において指定されたプロパティを含む辞書。
Discussion
議論
The keys in the returned dictionary are the names of properties (attributes or relationships, in the script suite) that have been specified for the command, and the corresponding values in the dictionary are the values that those properties should take. The required and optional arguments for the make
command are specified in the core suite definition, NSCoreSuite.scriptSuite
.
返される辞書におけるキーは、コマンドに対して指定されているプロパティ(属性またはリレーションシップ(関係)、スクリプトスイートにおける)の名前です、そして辞書における対応している値は、それらプロパティが取るであろう値です。make
コマンドに対する必須のおよび任意の引数は、コアスイート定義、NSCoreSuite.scriptSuite
において指定されます。
See Also
参照
Getting information about a create command
作成コマンドについての情報を取得する
createClassDescription
Returns the class description for the class that is to be created.
作成されるクラスに対するクラス記述を返します。