Share via


VsDebugStartupInfo.flags Field

Definition

Specifies how to create a window.

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

Field Value

Attributes

Remarks

This field is equivalent to dwFlags in STARTUPINFO (defined in winbase.h).

Applies to