IEnumPackages.Skip(UInt32) Método

Definição

Ignorar um número especificado de interfaces de hierarquia.

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

Parâmetros

celt
UInt32

no O número de interfaces a serem ignoradas.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De VSShell. idl:

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

Aplica-se a