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 之以零起始索引。
屬性值
TreeNodeStyle 中指定索引處的 TreeNodeStyleCollection。
備註
Item[]使用 index 屬性,使用陣列標記法從指定索引處的物件 TreeNodeStyleCollection 存取 TreeNodeStyle 物件。 集合是以零起始。