Método IVsEnumNavInfoNodes.Skip (UInt32)
Ignora um número especificado de itens de nó na seqüência de enumeração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int Skip(
uint celt
)
int Skip(
unsigned int celt
)
abstract Skip :
celt:uint32 -> int
Function Skip (
celt As UInteger
) As Integer
Parâmetros
- celt
[in] O número de itens do nó seja ignorada.
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 vsshell80.idl:
HRESULT IVsEnumNavInfoNodes::Skip(
[in] ULONG celt
);
Consulte também
Interface IVsEnumNavInfoNodes
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo