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