IVsSearchProvider.Tooltip Property

Definition

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".

public:
 property System::String ^ Tooltip { System::String ^ get(); };
public:
 property Platform::String ^ Tooltip { Platform::String ^ get(); };
public string Tooltip { get; }
member this.Tooltip : string
Public ReadOnly Property Tooltip As String

Property Value

The tooltip for the provider.

Applies to