IVsTextManager.UnregisterView(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.
Method information is not provided.
public:
int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
public:
int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & pView);
public int UnregisterView (Microsoft.VisualStudio.TextManager.Interop.IVsTextView pView);
abstract member UnregisterView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
Public Function UnregisterView (pView As IVsTextView) As Integer
Parameters
- pView
- IVsTextView
Do not use.