Aracılığıyla paylaş


VsaEngine.GetItemAtIndex(Int32) Yöntem

Tanım

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);
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

Parametreler

index
Int32

Alınacak öğenin dizini.

Döndürülenler

Belirtilen dizindeki öğe.

Şunlara uygulanır