IVsSearchProvider::Tooltip Property

 

Gets a tooltip for the provider. The tooltip is displayed when it appears in the Global Search UI instead of "Show results from this category only".

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678274)]
property String^ Tooltip {
	String^ get();
}

Property Value

Type: System::String^

The tooltip for the provider.

Return to top
Show: