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 で指定したデザイン サーフェイスはサポートされていません。

適用対象