IEnumVARIANT.Next(Int32, Object[], IntPtr) 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, cli::array <System::Object ^> ^ rgVar, IntPtr pceltFetched);
public int Next (int celt, object[] rgVar, IntPtr pceltFetched);
public int Next (int celt, object?[] rgVar, IntPtr pceltFetched);
abstract member Next : int * obj[] * nativeint -> int
Public Function Next (celt As Integer, rgVar As Object(), pceltFetched As IntPtr) As Integer
Paramètres
- celt
- Int32
Nombre d’éléments à retourner dans rgelt
.
- rgVar
- Object[]
Lorsque cette méthode retourne une valeur, contient une référence aux éléments énumérés. Ce paramètre est passé sans être initialisé.
- pceltFetched
-
IntPtr
nativeint
Lorsque cette méthode est retournée, contient une 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, consultez Méthode IEnumVARIANT ::Next.