次の方法で共有


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 を挿入する位置の、0 から始まるインデックス。

style
TreeNodeStyle

挿入する TreeNodeStyle

注釈

指定したオブジェクトを Insert 、指定した TreeNodeStyle 0 から始まるインデックス位置にある TreeNodeStyleCollection オブジェクトに挿入するには、このメソッドを使用します。

別の方法として、メソッドをTreeNodeStyle使用してオブジェクトの末尾にオブジェクトをTreeNodeStyleCollectionAdd追加することもできます。

適用対象

こちらもご覧ください