DesignSurfaceCollection.Item[Int32] Propriedade

Definição

Obtém a superfície de design no índice especificado.

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

Parâmetros

index
Int32

O índice da superfície de design a ser retornado.

Valor da propriedade

A superfície de design no índice especificado.

Exceções

A superfície de design especificada por index não tem suporte.

Aplica-se a