Método IVsEnumSyntheticRegions.Next
Recupera a seqüência de enumeração sintéticos regiões.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function Next ( _
cEl As UInteger, _
<OutAttribute> ppOut As IVsSyntheticRegion(), _
<OutAttribute> ByRef pcElFetched As UInteger _
) As Integer
int Next(
uint cEl,
IVsSyntheticRegion[] ppOut,
out uint pcElFetched
)
int Next(
[InAttribute] unsigned int cEl,
[OutAttribute] array<IVsSyntheticRegion^>^ ppOut,
[OutAttribute] unsigned int% pcElFetched
)
abstract Next :
cEl:uint32 *
ppOut:IVsSyntheticRegion[] byref *
pcElFetched:uint32 byref -> int
function Next(
cEl : uint,
ppOut : IVsSyntheticRegion[],
pcElFetched : uint
) : int
Parâmetros
cEl
Tipo: UInt32[in] O número de regiões sintéticos para recuperar solicitado.
ppOut
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticRegion[][out, size_is(celt)] A lista de IVsSyntheticRegion objetos que foram recuperados.
pcElFetched
Tipo: UInt32%[out] Ponteiro para o número real de regiões ocultas fornecido no pceltFetched. O chamador desse método possível defini-la nulluma referência nula (Nothing no Visual Basic) se celt é um.
Valor de retorno
Tipo: 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 textmgr.idl:
[C++]
HRESULT IVsEnumSyntheticRegions::Next(
[in] ULONG cEl,
[out, size_is(cEl)] IVsSyntheticRegion** ppOut,
[out] ULONG *pcElFetched
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.