IVsTextManagerEvents3.OnUnregisterView(IVsTextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fires when a view is unregistered.
public:
int OnUnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
public:
int OnUnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
int OnUnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & pView);
public int OnUnregisterView (Microsoft.VisualStudio.TextManager.Interop.IVsTextView pView);
abstract member OnUnregisterView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
Public Function OnUnregisterView (pView As IVsTextView) As Integer
Parameters
- pView
- IVsTextView
[in] The unregistered view.
Returns
Returns S_OK if the method is successful.