IVsEnumSearchProviders.Skip(UInt32) 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.
Ignore un nombre spécifié de fournisseurs de recherche dans la séquence d'énumération.
public:
int Skip(System::UInt32 celt);
public:
int Skip(unsigned int celt);
int Skip(unsigned int celt);
public int Skip (uint celt);
abstract member Skip : uint32 -> int
Public Function Skip (celt As UInteger) As Integer
Paramètres
- celt
- UInt32
[in] Nombre de moteurs de recherche dans l'énumération à ignorer.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.