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オブジェクトに変換されるものです、において指定されたプロパティを含む辞書を返します。

Declaration 宣言

@property(readonly, copy) NSDictionary<NSString *,id> *resolvedKeyDictionary;

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 作成コマンドについての情報を取得する