TextTipData.Close(IVsTextView) Method

Definition

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.

Applies to