DesignSurfaceCollection.Item[Int32] Özellik

Tanım

Belirtilen dizindeki tasarım yüzeyini alır.

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

Parametreler

index
Int32

Döndürülecek tasarım yüzeyinin dizini.

Özellik Değeri

Belirtilen dizindeki tasarım yüzeyi.

Özel durumlar

tarafından index belirtilen tasarım yüzeyi desteklenmiyor.

Şunlara uygulanır