IVsaItems.Item[] Propriedade

Definição

Sobrecargas

Item[Int32]

Obtém um item da coleção pelo seu valor de índice.Gets an item from the collection by its index value.

Item[String]

Obtém um item da coleção pelo seu nome.Gets an item from the collection by its name.

Item[Int32]

Obtém um item da coleção pelo seu valor de índice.Gets an item from the collection by its index value.

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

Parâmetros

index
Int32

Um índice de base 0 dos itens recuperáveis.A 0-based index of the retrievable items.

Valor da propriedade

IVsaItem

O item no índice especificado.The item at the specified index.

Aplica-se a

Item[String]

Obtém um item da coleção pelo seu nome.Gets an item from the collection by its name.

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

Parâmetros

name
String

O nome do item a ser recuperado da coleção.The name of the item to retrieve from the collection.

Valor da propriedade

IVsaItem

O item especificado por nome.The item specified by name.

Aplica-se a