TreeNodeStyleCollection.Item[Int32] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 から始まります。