DesignSurfaceCollection.Item[Int32] Propriété

Définition

Obtient l'aire de conception à l'index spécifié.

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

Paramètres

index
Int32

Index de l'aire de conception à retourner.

Valeur de propriété

Aire de conception à l'index spécifié.

Exceptions

L'aire de conception spécifiée par index n'est pas prise en charge.

S’applique à