VsaItems.Item[] Propriété

Définition

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é.

Implémente

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 nom.

Implémente

S’applique à