Share via


IVsToolbox6.GetAsyncState Method

Indicate what (if any) asynchronous operations are pending or in progress.

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

Syntax

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

Return Value

Type: UInt32
Any asynchronous operations that are pending or in progress.

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace