IAsyncManager.GetState Method

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

Syntax

'宣言
Sub GetState ( _
    <OutAttribute> ByRef pulStateFlags As UInteger _
)
'使用
Dim instance As IAsyncManager
Dim pulStateFlags As UInteger

instance.GetState(pulStateFlags)
void GetState(
    out uint pulStateFlags
)
void GetState(
    [OutAttribute] unsigned int% pulStateFlags
)
function GetState(
    pulStateFlags : uint
)

Parameters

Permissions

See Also

Reference

IAsyncManager Interface

IAsyncManager Members

Microsoft.VisualStudio.OLE.Interop Namespace