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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.