VsaEngine.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);member this.GetItemAtIndex : int -> Microsoft.Vsa.IVsaItemmember this.GetItemAtIndex : int -> Microsoft.JScript.Vsa.IJSVsaItemPublic Function GetItemAtIndex (index As Integer) As IVsaItemPublic Function GetItemAtIndex (index As Integer) As IJSVsaItem参数
- index
- Int32
要获取的项的索引。
返回
指定索引处的项。