Język

VsaItems.Item[] Właściwość

Definicja

Przeciążenia

Nazwa Opis
Item[Int32]

Pobiera element z kolekcji według jej wartości indeksu.

Item[String]

Pobiera element z kolekcji według jego nazwy.

Item[Int32]

Pobiera element z kolekcji według jej wartości indeksu.

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

Parametry

index
Int32

Indeks oparty na 0 elementach, które można pobrać.

Wartość właściwości

Element w określonym indeksie.

Implementuje

Dotyczy

Item[String]

Pobiera element z kolekcji według jego nazwy.

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

Parametry

Name
String

Nazwa elementu do pobrania z kolekcji.

Wartość właściwości

Element określony przez nazwę.

Implementuje

Dotyczy