IVsaScriptScope.GetItemAtIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在類別中實作時,從範圍中取得指定索引值所指派的項目。
此 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
的項目。