IEnumFORMATETC.Next(Int32, FORMATETC[], 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, cli::array <System::Runtime::InteropServices::ComTypes::FORMATETC> ^ rgelt, cli::array <int> ^ pceltFetched);
public int Next (int celt, System.Runtime.InteropServices.ComTypes.FORMATETC[] rgelt, int[] pceltFetched);
abstract member Next : int * System.Runtime.InteropServices.ComTypes.FORMATETC[] * int[] -> int
Public Function Next (celt As Integer, rgelt As FORMATETC(), pceltFetched As Integer()) As Integer
Paramètres
- rgelt
- FORMATETC[]
Cette méthode retourne une référence aux références FORMATETC énumérés. Ce paramètre est passé sans être initialisé.
- pceltFetched
- Int32[]
Cette méthode retourne une référence au nombre réel de références énumérées dans rgelt
. Ce paramètre est passé sans être initialisé.
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 IEnumFORMATETC ::Next.