Share via


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 之以零起始索引。

屬性值

TreeNodeStyle

TreeNodeStyle 中指定索引處的 TreeNodeStyleCollection

備註

Item[]使用 index 屬性,使用陣列標記法從指定索引處的物件 TreeNodeStyleCollection 存取 TreeNodeStyle 物件。 集合是以零起始。

適用於

另請參閱