VsTextPackageClass.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 not provided. Do not use.
public:
virtual int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::UnregisterView;
public:
virtual int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView);
public:
virtual int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ pView) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::UnregisterView;
virtual int UnregisterView(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & pView);
public virtual int UnregisterView (Microsoft.VisualStudio.TextManager.Interop.IVsTextView pView);
abstract member UnregisterView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
override this.UnregisterView : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> int
Public Overridable Function UnregisterView (pView As IVsTextView) As Integer
Parameters
- pView
- IVsTextView
Do not use.
Returns
Do not use.