Compartir a través de


IVsTextManagerEvents.OnUnregisterView (Método)

Se desencadena cuando una vista no está registrada.

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

Sintaxis

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

Parámetros

Comentarios

Prototipo COM

de textmgr.idl:

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

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManagerEvents Interfaz

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