IVsTask.Description-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt die Beschreibung für den Text, der für die komponentendiagnose angezeigt wird.

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

Syntax

[DispIdAttribute(1610678284)]
string Description { get; set; }
[DispIdAttribute(1610678284)]
property String^ Description {
    String^ get();
    void set(String^ value);
}
[<DispIdAttribute(1610678284)>]
abstract Description : string with get, set
<DispIdAttribute(1610678284)>
Property Description As String

Eigenschaftswert

Type: System.String

Siehe auch

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

Zurück zum Anfang