共用方式為


DesignerAutoFormatCollection.Item[Int32] 屬性

定義

取得或設定位於集合中指定索引上的 DesignerAutoFormat 物件。

public:
 property System::Web::UI::Design::DesignerAutoFormat ^ default[int] { System::Web::UI::Design::DesignerAutoFormat ^ get(int index); };
public System.Web.UI.Design.DesignerAutoFormat this[int index] { get; }
member this.Item(int) : System.Web.UI.Design.DesignerAutoFormat
Default Public ReadOnly Property Item(index As Integer) As DesignerAutoFormat

參數

index
Int32

要在集合中取得或設定之 DesignerAutoFormat 的以零起始的索引。

屬性值

位在集合中指定索引處的 DesignerAutoFormat

例外狀況

index 小於零。

-或-

index 大於 Count 屬性。

備註

Item[]使用索引器擷取DesignerAutoFormat集合內指定索引處的物件,或設定集合內指定索引處的格式。 您可以使用數位表示法,為集合中的項目編製索引。 例如,您可以使用 Microsoft VisualBasic 或 AutoFormats[i] C# 的表示法AutoFormats(i),在索引處為專案編製索引i

當您有 對象的參考 DesignerAutoFormat ,而且需要集合中物件的索引時,請使用 IndexOf 方法。

適用於

另請參閱