DesignSurfaceCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在指定索引處的設計介面。
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
指定的設計介面。