Sdílet prostřednictvím


VsaEngine.GetItemAtIndex(Int32) Metoda

Definice

Získá položku z oboru, který je určen hodnotou zadaného indexu.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 Microsoft::Vsa::IVsaItem ^ GetItemAtIndex(int index);
public:
 Microsoft::JScript::Vsa::IJSVsaItem ^ GetItemAtIndex(int index);
public Microsoft.Vsa.IVsaItem GetItemAtIndex (int index);
public Microsoft.JScript.Vsa.IJSVsaItem GetItemAtIndex (int index);
member this.GetItemAtIndex : int -> Microsoft.Vsa.IVsaItem
member this.GetItemAtIndex : int -> Microsoft.JScript.Vsa.IJSVsaItem
Public Function GetItemAtIndex (index As Integer) As IVsaItem
Public Function GetItemAtIndex (index As Integer) As IJSVsaItem

Parametry

index
Int32

Index položky, kterou chcete získat.

Návraty

Položka v zadaném indexu.

Platí pro