TextTipData::Close Method (IVsTextView^)

 

Dismisses and releases the tool tip.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
void Close(
	IVsTextView^ textView
)

Parameters

textView
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextView^

The view associated with the tool tip.

Return to top
Show: