Compartilhar via


Método IVsEnumDependencies.Skip (UInt32)

 

Ignora um número especificado de dependências na seqüência de enumeração.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int Skip(
    uint cElements
)
int Skip(
    unsigned int cElements
)
abstract Skip : 
        cElements:uint32 -> int
Function Skip (
    cElements As UInteger
) As Integer

Parâmetros

  • cElements
    [in] Número de dependências a serem ignoradas.

Valor de retorno

Type: System.Int32

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

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsEnumDependencies::Skip(
   [in] ULONG cElements
);

Consulte também

Interface IVsEnumDependencies
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo