DesignerOptionService.DesignerOptionCollection.Item[] Propriedade

Definição

Obtém a coleção filho no índice especificado.Gets the child collection at the given index.

Sobrecargas

Item[Int32]

Obtém a coleção filho no índice especificado.Gets the child collection at the given index.

Item[String]

Obtém a coleção filho no nome especificado.Gets the child collection at the given name.

Item[Int32]

Obtém a coleção filho no índice especificado.Gets the child collection at the given index.

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

O índice baseado em zero da coleção filho a ser obtida.The zero-based index of the child collection to get.

Valor da propriedade

DesignerOptionService.DesignerOptionCollection

A coleção filho no índice especificado.The child collection at the specified index.

Aplica-se a

Item[String]

Obtém a coleção filho no nome especificado.Gets the child collection at the given name.

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

O nome da coleção filho.The name of the child collection.

Valor da propriedade

DesignerOptionService.DesignerOptionCollection

A coleção filho com o nome especificado pelo name parâmetro ou null se o nome não for encontrado.The child collection with the name specified by the name parameter, or null if the name is not found.

Comentários

A pesquisa de nome não diferencia maiúsculas de minúsculas.The name search is case-insensitive.

Aplica-se a