IJSVsaItems.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 un élément de la collection à partir de sa valeur d'index.
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::JScript::Vsa::IJSVsaItem ^ default[int] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(int index); };
public Microsoft.JScript.Vsa.IJSVsaItem this[int index] { get; }
member this.Item(int) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(index As Integer) As IJSVsaItem
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::JScript::Vsa::IJSVsaItem ^ default[System::String ^] { Microsoft::JScript::Vsa::IJSVsaItem ^ get(System::String ^ name); };
public Microsoft.JScript.Vsa.IJSVsaItem this[string name] { get; }
member this.Item(string) : Microsoft.JScript.Vsa.IJSVsaItem
Default Public ReadOnly Property Item(name As String) As IJSVsaItem
Paramètres
- name
- String
Nom de l’élément à récupérer dans la collection.
Valeur de propriété
Élément spécifié par nom.