StyleCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 Style 对象中指定索引位置的 StyleCollection 对象。
public:
property System::Web::UI::WebControls::Style ^ default[int] { System::Web::UI::WebControls::Style ^ get(int i); void set(int i, System::Web::UI::WebControls::Style ^ value); };
public System.Web.UI.WebControls.Style this[int i] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.Style with get, set
Default Public Property Item(i As Integer) As Style
参数
- i
- Int32
Style 对象在 StyleCollection 中的从零开始的索引位置。
属性值
Style 中指定索引处的 StyleCollection 对象。
注解
使用 Style StyleCollection 简单数组表示法,使用此索引器访问位于指定索引处的对象。 使用索引器可以直接修改或替换 Style 集合中的对象。