StyleCollection.Item[Int32] 属性

定义

获取 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

Style 中指定索引处的 StyleCollection 对象。

注解

使用 Style StyleCollection 简单数组表示法,使用此索引器访问位于指定索引处的对象。 使用索引器可以直接修改或替换 Style 集合中的对象。

适用于

另请参阅