IVsTextManagerEvents3::OnUnregisterView Method (IVsTextView^)

 

Fires when a view is unregistered.

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

int OnUnregisterView(
	IVsTextView^ pView
)

Parameters

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

[in] The unregistered view.

Return Value

Type: System::Int32

Returns S_OK if the method is successful.

Return to top
Show: