IVsSearchProvider.Description-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft eine Beschreibung der Ergebnisse Anbieter ab, z. B. "sucht Menüelemente oberster Ebene".
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
[DispIdAttribute(1610678273)]
string Description { get; }
[DispIdAttribute(1610678273)]
property String^ Description {
String^ get();
}
[<DispIdAttribute(1610678273)>]
abstract Description : string with get
<DispIdAttribute(1610678273)>
ReadOnly Property Description As String
Eigenschaftswert
Type: System.String
Die Beschreibung der Anbieter Ergebnisse.
Siehe auch
IVsSearchProvider-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace
Zurück zum Anfang