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

attributeDescriptorForKeyword:

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

Declaration 宣言

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

Parameters パラメータ

keyword

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

Return Value 戻り値

The attribute 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 アップルイベント記述子を扱う