Instance Method インスタンスメソッド

setParamDescriptor:forKeyword:

Adds a descriptor to the receiver as an Apple event parameter identified by the specified keyword. 指定されたキーワードで識別されるアップルイベントパラメータとして、ひとつの記述子をレシーバに加えます。

Declaration 宣言

- (void)setParamDescriptor:(NSAppleEventDescriptor *)descriptor 
                forKeyword:(AEKeyword)keyword;

Parameters パラメータ

descriptor

The parameter descriptor to add to the receiver. レシーバに加えられることになるパラメータ記述子。

keyword

A keyword (a four-character code) that identifies the parameter descriptor to add. If a descriptor with that keyword already exists in the receiver, it is replaced. 加えられるパラメータ記述子を識別するキーワード(4文字コード)。そのキーワードを持つ記述子が既にレシーバにおいて存在するならば、それは置き換えられます。

Discussion 議論

The receiver must be an Apple event or Apple event record, both of which can contain parameters. レシーバは、1つのアップルイベントまたはアップルイベントレコードでなければなりません、その両方ともパラメータを含むことができます。

See Also 参照

Working With Apple Event Descriptors アップルイベント記述子を扱う