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

keywordForDescriptorAtIndex:

Returns the keyword for the descriptor at the specified (one-based) position in the receiver. レシーバの中の指定された位置(1起点)での記述子に対するキーワードを返します。

Declaration 宣言

- (AEKeyword)keywordForDescriptorAtIndex:(NSInteger)index;

Parameters パラメータ

anIndex

The one-based descriptor list position of the descriptor to get the keyword for. それのキーワードを取得することになる記述子の、1起点の記述子リスト位置。

Return Value 戻り値

The keyword (a four-character code) for the descriptor at the one-based location specified by anIndex, or 0 if an error occurs. anIndexによって指定される1起点位置での記述子に対するキーワード(4文字コード)、またはエラーが起こるならば0。

See Also 参照

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