Método IVsUIEnumDataSourceProperties.Next (UInt32, VsUIPropertyDescriptor , UInt32)
Recupera um número de itens na seqüência de enumeração especificado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int Next(
uint celt,
VsUIPropertyDescriptor[] rgelt,
out uint pceltFetched
)
int Next(
unsigned int celt,
array<VsUIPropertyDescriptor>^ rgelt,
[OutAttribute] unsigned int% pceltFetched
)
abstract Next :
celt:uint32 *
rgelt:VsUIPropertyDescriptor[] *
pceltFetched:uint32 byref -> int
Function Next (
celt As UInteger,
rgelt As VsUIPropertyDescriptor(),
<OutAttribute> ByRef pceltFetched As UInteger
) As Integer
Parâmetros
- celt
[in] O número de itens para retornar.
- rgelt
[out] Local para retornar uma matriz de itens.
- pceltFetched
[out] Local para retornar o número de itens realmente retornado.
Valor de retorno
Type: System.Int32
Retorna S_OK se os itens foram retornados.
Consulte também
Interface IVsUIEnumDataSourceProperties
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo