Compartir a través de


IVsTextManager.EnumIndependentViews (Método)

Muestra las vistas independientes.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)