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

descriptorForKeyword:

Returns the receiver’s descriptor for the specified keyword. レシーバの持つ記述子を指定されたキーワードに対して返します。

Declaration 宣言

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

Parameters パラメータ

keyword

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

Return Value 戻り値

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

See Also 参照

Working With Record Descriptors レコード記述子を扱う