IVsaScriptScope.GetItemAtIndex(Int32) Metoda

Definicja

Po zaimplementowaniu w klasie pobiera element z zakresu, który jest wyznaczony przez określoną wartość indeksu.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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);
abstract member GetItemAtIndex : int -> Microsoft.Vsa.IVsaItem
abstract member 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

Indeks elementu, który ma zostać pobrany.

Zwraca

IVsaItem
IJSVsaItem

Element w index .

Dotyczy

Zobacz też