DesignerOptionService.DesignerOptionCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection enfant à l’index donné.
Surcharges
| Nom | Description |
|---|---|
| Item[Int32] |
Obtient la collection enfant à l’index donné. |
| Item[String] |
Obtient la collection enfant au nom donné. |
Item[Int32]
Obtient la collection enfant à l’index donné.
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
Paramètres
- index
- Int32
Index de base zéro de la collection enfant à obtenir.
Valeur de propriété
Collection enfant à l’index spécifié.
S’applique à
Item[String]
Obtient la collection enfant au nom donné.
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
Paramètres
- name
- String
Nom de la collection enfant.
Valeur de propriété
Collection enfant portant le nom spécifié par le name paramètre ou null si le nom est introuvable.
Remarques
La recherche de noms ne respecte pas la casse.