TreeNodeStyleCollection.Insert(Int32, TreeNodeStyle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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追加することもできます。