IVsTaskCompletionSource.Task-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die Aufgabe, die im Besitz von dieser Quelle ab.

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

Syntax

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

Eigenschaftswert

Type: Microsoft.VisualStudio.Shell.Interop.IVsTask

Siehe auch

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

Zurück zum Anfang