VsDebugStartupInfo.flags 字段

定义

指定如何创建窗口。

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 

字段值

UInt32
属性

注解

此字段等效于 winbase.h) 中定义的 STARTUPINFO (中的 dwFlags。

适用于