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

paramDescriptorForKeyword:

Returns a descriptor for the receiver’s Apple event parameter identified by the specified keyword. 指定されたキーワードで識別されるレシーバの持つアップルイベントパラメータに対する記述子を返します。

Declaration 宣言

- (NSAppleEventDescriptor *)paramDescriptorForKeyword:(AEKeyword)keyword;

Parameters パラメータ

keyword

A keyword (a four-character code) that identifies the parameter descriptor to obtain. 入手しようとするパラメータ記述子を識別するキーワード(4文字コード)。

Return Value 戻り値

A descriptor for the specified keyword, or nil if an error occurs. 指定されたキーワードに対する記述子、またはエラーが起こるならばnil

Discussion 議論

The receiver must be an Apple event. レシーバは、ひとつのアップルイベントでなければなりません。

See Also 参照

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