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
リスト記述子を扱う
- descriptorAtIndex:
Returns the descriptor at the specified (one-based) position in the receiving descriptor list.
レシーバである記述子リストの中の指定された位置(1起点)での記述子を返します。
- insertDescriptor:atIndex:
Inserts a descriptor at the specified (one-based) position in the receiving descriptor list, replacing the existing descriptor, if any, at that position.
ある記述子をレシーバである記述子リストの中の指定された位置(1起点)で挿入します、既存の記述子を、もしあれば、その位置で置き換えます。