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)

Syntax

'Declaration
ReadOnly Property Tooltip As String
string Tooltip { get; }
property String^ Tooltip {
    String^ get ();
}
abstract Tooltip : string with get
function get Tooltip () : String

Property Value

Type: System.String
The tooltip for the provider.

.NET Framework Security

See Also

Reference

IVsSearchProvider Interface

Microsoft.VisualStudio.Shell.Interop Namespace