Partilhar via


Método IVsTextManager.EnumIndependentViews

Enumera as visualizações independentes.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function EnumIndependentViews ( _
    pBuffer As IVsTextBuffer, _
    <OutAttribute> ByRef ppEnum As IVsEnumIndependentViews _
) As Integer
int EnumIndependentViews(
    IVsTextBuffer pBuffer,
    out IVsEnumIndependentViews ppEnum
)
int EnumIndependentViews(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [OutAttribute] IVsEnumIndependentViews^% ppEnum
)
abstract EnumIndependentViews : 
        pBuffer:IVsTextBuffer * 
        ppEnum:IVsEnumIndependentViews byref -> int
function EnumIndependentViews(
    pBuffer : IVsTextBuffer, 
    ppEnum : IVsEnumIndependentViews
) : int

Parâmetros

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:

HRESULT IVsTextManager::EnumIndependentViews(
   [in] IVsTextBuffer *pBuffer,
   [out] IVsEnumIndependentViews **ppEnum
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextManager Interface

Namespace Microsoft.VisualStudio.TextManager.Interop