TreeNodeStyleCollection.Insert(Int32, TreeNodeStyle) 方法

定义

将指定的 TreeNodeStyle 对象插入 TreeNodeStyleCollection 对象中的指定索引位置。

public:
 void Insert(int index, System::Web::UI::WebControls::TreeNodeStyle ^ style);
public void Insert (int index, System.Web.UI.WebControls.TreeNodeStyle style);
member this.Insert : int * System.Web.UI.WebControls.TreeNodeStyle -> unit
Public Sub Insert (index As Integer, style As TreeNodeStyle)

参数

index
Int32

要插入 TreeNodeStyle 对象的从零开始的索引位置。

style
TreeNodeStyle

要插入的 TreeNodeStyle

注解

Insert使用 方法将指定的 TreeNodeStyle 对象插入到TreeNodeStyleCollection指定从零开始的索引处的对象中。

或者,可以使用 方法将 对象追加TreeNodeStyle到 的TreeNodeStyleCollectionAdd末尾。

适用于

另请参阅