IVsSearchItemResult.Description-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft eine ausführlichere Beschreibung der Suchergebnisse.

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 ausführliche Beschreibung der Suchergebnisse

Siehe auch

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

Zurück zum Anfang