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 指定的設計介面。

適用於