Aracılığıyla paylaş


IVsaScriptScope.GetItemAtIndex(Int32) Yöntem

Tanım

Bir sınıfta uygulandığında, belirtilen dizin değeri tarafından belirlenen kapsamdan öğeyi alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

index
Int32

Alınacak öğenin dizini.

Döndürülenler

konumundaki indexöğe.

Şunlara uygulanır

Ayrıca bkz.