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[]使用索引属性通过使用数组表示法从TreeNodeStyleCollection指定索引处的对象访问TreeNodeStyle对象。 集合从零开始。

适用于

另请参阅