Share via


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

參數

index
Int32

要取得的項目索引。

傳回

位於 index 的項目。

適用於

另請參閱