DesignSurfaceCollection.Item[Int32] 屬性

定義

取得指定索引的設計曲面。

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

參數

index
Int32

設計表面的索引要回傳。

屬性值

指定索引的設計曲面。

例外狀況

所指定的 index 設計表面不支援。

適用於