TextTipData.Close(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.
Dismisses and releases the tool tip.
public:
void Close(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textView);
public:
void Close(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ textView);
void Close(Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & textView);
public void Close (Microsoft.VisualStudio.TextManager.Interop.IVsTextView textView);
member this.Close : Microsoft.VisualStudio.TextManager.Interop.IVsTextView -> unit
Public Sub Close (textView As IVsTextView)
Parameters
- textView
- IVsTextView
The view associated with the tool tip.