次の方法で共有


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

取得する項目のインデックス。

戻り値

IVsaItem
IJSVsaItem

指定したインデックスにある項目。

適用対象