次の方法で共有


TreeNodeStyleCollection.RemoveAt(Int32) メソッド

定義

指定したインデックス位置にある TreeNodeStyle オブジェクトを TreeNodeStyleCollection オブジェクトから削除します。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除する TreeNodeStyle の、0 から始まるインデックス位置。

注釈

指定した RemoveAt 0 から始まるインデックス位置にある オブジェクトを オブジェクトから削除 TreeNodeStyle するには、 メソッドを TreeNodeStyleCollection 使用します。 削除されたノードの後にあるすべての項目は、ツリー構造の空いている位置を埋めるために 1 レベル上に移動されます。 移動された項目のインデックスも更新されます。

別の方法として、 メソッドを使用して特定 TreeNodeStyle のオブジェクトを Remove 削除することもできます。 メソッドを使用して、コレクション内のすべてのノードを Clear 削除することもできます。

適用対象

こちらもご覧ください