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
Item[Int32] |
Obtient la collection enfant à l'index donné. |
Item[String] |
Obtient la collection enfant correspondant au nom donné. |
Item[Int32]
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
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; }
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]
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
- Source:
- DesignerOptionService.cs
Obtient la collection enfant correspondant 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; }
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 avec le nom spécifié par le paramètre name
ou null
si le nom n'est pas trouvé.
Remarques
La recherche de noms ne respecte pas la casse.