IVsSearchProvider.DisplayText-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft einen angezeigten Namen für den Suchanbieter, z. B. "Menüelemente."

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

Syntax

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

Eigenschaftswert

Type: System.String

Der Name für den Suchanbieter.

Siehe auch

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

Zurück zum Anfang