VsaEngine.GetItemAtIndex(Int32) 方法

定义

从范围中获取由指定索引值指定的项。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

index
Int32

要获取的项的索引。

返回

指定索引处的项。

适用于