IVsToolbox6.GetAsyncState-Methode: ()

 

Veröffentlicht: Oktober 2016

Festlegen, welche (sofern vorhanden) asynchrone Vorgänge werden ausstehende oder in Bearbeitung.

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

Syntax

uint GetAsyncState()
unsigned int GetAsyncState()
abstract GetAsyncState : unit -> uint32
Function GetAsyncState As UInteger

Rückgabewert

Type: System.UInt32

Alle asynchronen Vorgänge, die ausstehende oder in Arbeit sind.

Siehe auch

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

Zurück zum Anfang