Método IVsUIEnumDataSourceProperties.Skip (UInt32)
Ignora um número especificado de itens na enumeração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.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 a ser ignorado.
Valor de retorno
Type: System.Int32
Retorna S_OK se os itens foram ignorados.
Consulte também
Interface IVsUIEnumDataSourceProperties
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo