IVsaItems.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.
Surcharges
Item[Int32] |
Obtient un élément de la collection à partir de sa valeur d'index. |
Item[String] |
Obtient un élément de la collection, par son nom. |
Item[Int32]
Obtient un élément de la collection à partir de sa valeur d'index.
public:
property Microsoft::Vsa::IVsaItem ^ default[int] { Microsoft::Vsa::IVsaItem ^ get(int index); };
public Microsoft.Vsa.IVsaItem this[int index] { get; }
member this.Item(int) : Microsoft.Vsa.IVsaItem
Default Public ReadOnly Property Item(index As Integer) As IVsaItem
Paramètres
- index
- Int32
Index de base 0 des éléments récupérables.
Valeur de propriété
Élément situé à l'index spécifié.
S’applique à
Item[String]
Obtient un élément de la collection, par son nom.
public:
property Microsoft::Vsa::IVsaItem ^ default[System::String ^] { Microsoft::Vsa::IVsaItem ^ get(System::String ^ name); };
public Microsoft.Vsa.IVsaItem this[string name] { get; }
member this.Item(string) : Microsoft.Vsa.IVsaItem
Default Public ReadOnly Property Item(name As String) As IVsaItem
Paramètres
- name
- String
Nom de l’élément à récupérer dans la collection.
Valeur de propriété
Élément spécifié par son nom.