IVsWindowSearchFilter.Tooltip-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft eine Zeichenfolge, die die Filter-Suchfunktion beschreibt.

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

Syntax

[DispIdAttribute(1610678273)]
string Tooltip { get; }
[DispIdAttribute(1610678273)]
property String^ Tooltip {
    String^ get();
}
[<DispIdAttribute(1610678273)>]
abstract Tooltip : string with get
<DispIdAttribute(1610678273)>
ReadOnly Property Tooltip As String

Eigenschaftswert

Type: System.String

Eine Zeichenfolge, die Suchfunktion für Filter beschreibt.

Siehe auch

IVsWindowSearchFilter-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang