IVsTask.AsyncState-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die asynchrone Zustandsobjekt, das angegeben wurde, wenn die Aufgabe erstellt wurde.

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

Syntax

[DispIdAttribute(1610678283)]
object AsyncState { get; }
[DispIdAttribute(1610678283)]
property Object^ AsyncState {
    Object^ get();
}
[<DispIdAttribute(1610678283)>]
abstract AsyncState : Object with get
<DispIdAttribute(1610678283)>
ReadOnly Property AsyncState As Object

Eigenschaftswert

Type: System.Object

Siehe auch

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

Zurück zum Anfang