IEnumProjectStartupServices.Skip(UInt32) Méthode

Définition

Saute un nombre spécifié d'interfaces.

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 d'interfaces à ignorer.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell. idl :

HRESULT IEnumProjectStartupServices::Skip(  
   [in] ULONG celt  
);  

S’applique à