UCOMIEnumVARIANT.Next(Int32, Int32, 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.
Récupère un nombre spécifié d’éléments dans la séquence d’énumération.
public:
int Next(int celt, int rgvar, int pceltFetched);
public int Next (int celt, int rgvar, int pceltFetched);
abstract member Next : int * int * int -> int
Public Function Next (celt As Integer, rgvar As Integer, pceltFetched As Integer) As Integer
Paramètres
- celt
- Int32
Nombre d’éléments à retourner dans rgelt
.
- rgvar
- Int32
Lors d’un retour correct, référence aux éléments énumérés.
- pceltFetched
- Int32
En cas de retour réussi, référence au nombre réel d’éléments énumérés dans rgelt
.
Retours
S_OK
si le paramètre pceltFetched
est égal au paramètre celt
; sinon, S_FALSE
.
Remarques
Pour plus d’informations sur IEnumVARIANT::Next
, consultez MSDN Library.