IVsTextManagerEvents::OnUnregisterView Method (IVsTextView^)

 

Fires when a view is unregistered.

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

void OnUnregisterView(
	IVsTextView^ pView
)

Parameters

pView
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

[in] Pointer to the IVsTextView interface identifying the view that was unregistered.

From textmgr.idl:

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

Use notification from this method to determine when another client has unregistered a view.

Return to top
Show: