Método IEnumHierarchies.Skip (UInt32)
Publicado: abril de 2016
Ignorar um número especificado de interfaces de hierarquia.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.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 interfaces para ignorar.
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:
[C++]
HRESULT IEnumHierarchies::Skip(
[in] ULONG celt
);
Consulte também
Interface IEnumHierarchies
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo