IVsSearchItemResult.Tooltip-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die QuickInfo für das Element ab.

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

Syntax

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

Eigenschaftswert

Type: System.String

Die QuickInfo.

Siehe auch

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

Zurück zum Anfang