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

removeDescriptorAtIndex:

Removes the descriptor at the specified (one-based) position in the receiving descriptor list. 記述子をレシーバである記述子リストの中の指定された位置(1起点)で取り除きます。

Declaration 宣言

- (void)removeDescriptorAtIndex:(NSInteger)index;

Parameters パラメータ

anIndex

The one-based position of the descriptor to remove. 取り除かれることになる記述子の1起点の位置。

Discussion 議論

The receiver must be a list descriptor. The indices are one-based. Currently provides no indication if an error occurs. レシーバはリスト記述子である必要があります。このインデックスは1起点です。今のところエラーが起こるならば何の兆候も示しません。

See Also 参照

Working With List Descriptors リスト記述子を扱う