Share via


IAsyncManager.GetState Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetState ( _
    <OutAttribute> ByRef pulStateFlags As UInteger _
)
void GetState(
    out uint pulStateFlags
)
void GetState(
    [OutAttribute] unsigned int% pulStateFlags
)
abstract GetState : 
        pulStateFlags:uint32 byref -> unit 
function GetState(
    pulStateFlags : uint
)

Parameters

.NET Framework Security

See Also

Reference

IAsyncManager Interface

Microsoft.VisualStudio.OLE.Interop Namespace