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 的从零开始的索引位置。

注解

RemoveAt使用 方法可从 对象中移除TreeNodeStyle指定从零开始的索引位置TreeNodeStyleCollection处的对象。 然后,位于已删除节点之后的所有项将向上移动一级,以填充树结构中的空位。 移动项的索引也会更新。

作为替代方法,可以使用 方法删除特定 TreeNodeStyle 对象 Remove 。 还可以使用 Clear 方法删除集合中的每个节点。

适用于

另请参阅