言語

TreeNodeStyleCollection.Item[Int32] プロパティ

定義

TreeNodeStyle オブジェクト内の指定したインデックス位置にあるTreeNodeStyleCollection オブジェクトを取得または設定します。

public:
 property System::Web::UI::WebControls::TreeNodeStyle ^ default[int] { System::Web::UI::WebControls::TreeNodeStyle ^ get(int i); void set(int i, System::Web::UI::WebControls::TreeNodeStyle ^ value); };
public System.Web.UI.WebControls.TreeNodeStyle this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.TreeNodeStyle with get, set
Default Public Property Item(i As Integer) As TreeNodeStyle

パラメーター

i
Int32

取得する TreeNodeStyle の 0 から始まるインデックス。

プロパティ値

TreeNodeStyle内の指定したインデックス位置にあるTreeNodeStyleCollection

注釈

Item[] index プロパティを使用して、配列表記を使用して、指定したインデックス位置にあるTreeNodeStyle オブジェクトからTreeNodeStyleCollection オブジェクトにアクセスします。 コレクションは 0 から始まります。

適用対象

こちらもご覧ください