VsaEngine.GetItemAtIndex(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément de la portée désigné par la valeur d’index spécifiée.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- index
- Int32
Index de l'élément à obtenir.
Retours
Élément situé à l'index spécifié.