DesignerOptionService.DesignerOptionCollection.Item[] Propiedad

Definición

Obtiene la colección secundaria en el índice especificado.

Sobrecargas

Nombre Description
Item[Int32]

Obtiene la colección secundaria en el índice especificado.

Item[String]

Obtiene la colección secundaria en el nombre especificado.

Item[Int32]

Obtiene la colección secundaria en el índice especificado.

public:
 property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ default[int] { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(int index); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get; }
member this.Item(int) : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Default Public ReadOnly Property Item(index As Integer) As DesignerOptionService.DesignerOptionCollection

Parámetros

index
Int32

Índice de base cero de la colección secundaria que se va a obtener.

Valor de propiedad

Colección secundaria en el índice especificado.

Se aplica a

Item[String]

Obtiene la colección secundaria en el nombre especificado.

public:
 property System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ default[System::String ^] { System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ get(System::String ^ name); };
public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get; }
member this.Item(string) : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection
Default Public ReadOnly Property Item(name As String) As DesignerOptionService.DesignerOptionCollection

Parámetros

name
String

Nombre de la colección secundaria.

Valor de propiedad

Colección secundaria con el nombre especificado por el name parámetro o null si no se encuentra el nombre.

Comentarios

La búsqueda de nombres no distingue mayúsculas de minúsculas.

Se aplica a