Compartir a través de


IVsTextManagerEvents.OnRegisterView (Método)

Se desencadena cuando se registra una vista.

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

Sintaxis

'Declaración
Sub OnRegisterView ( _
    pView As IVsTextView _
)
void OnRegisterView(
    IVsTextView pView
)
void OnRegisterView(
    [InAttribute] IVsTextView^ pView
)
abstract OnRegisterView : 
        pView:IVsTextView -> unit
function OnRegisterView(
    pView : IVsTextView
)

Parámetros

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextManagerEvents::OnRegisterView(
   [in] IVsTextView *pView
);

Utilice la notificación de este método para determinar cuando otro cliente ha registrado una vista.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManagerEvents Interfaz

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