Share via


MEINIT.dwFlags Field

Definition

DWORD specifying flags for support/no support of certain properties. Values are taken from the __VSMEINIT enumeration.

public: System::UInt32 dwFlags;
public: unsigned int dwFlags;
unsigned int dwFlags;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSMEINIT")]
public uint dwFlags;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSMEINIT")>]
val mutable dwFlags : uint32
Public dwFlags As UInteger 

Field Value

Attributes

Remarks

COM Signature

From vsshell.idl:

Applies to