IActiveDesigner.GetRuntimeMiscStatusFlags Method

Updates an object containing designer runtime flags information.

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

Syntax

‘선언
Function GetRuntimeMiscStatusFlags ( _
    <OutAttribute> ByRef pdwMiscFlags As UInteger _
) As Integer
‘사용 방법
Dim instance As IActiveDesigner
Dim pdwMiscFlags As UInteger
Dim returnValue As Integer

returnValue = instance.GetRuntimeMiscStatusFlags(pdwMiscFlags)
int GetRuntimeMiscStatusFlags(
    out uint pdwMiscFlags
)
int GetRuntimeMiscStatusFlags(
    [OutAttribute] unsigned int% pdwMiscFlags
)
abstract GetRuntimeMiscStatusFlags : 
        pdwMiscFlags:uint32 byref -> int 
function GetRuntimeMiscStatusFlags(
    pdwMiscFlags : uint
) : int

Parameters

  • pdwMiscFlags
    Type: System.UInt32%
    [out] Pointer to a DWORD value containing a bit combination of runtime status flags. For more information, see OLEMISC.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From designer.idl:

HRESULT IActiveDesigner::GetRuntimeMiscStatusFlags(
   [out] DWORD * pdwMiscFlags
);

.NET Framework Security

See Also

Reference

IActiveDesigner Interface

IActiveDesigner Members

Microsoft.VisualStudio.Shell.Interop Namespace