VsDebugStartupInfo.dwXSize 字段

定义

窗口的宽度(以像素为单位)。

public: System::UInt32 dwXSize;
public: unsigned int dwXSize;
unsigned int dwXSize;
[System.Runtime.InteropServices.ComAliasName("OLE.DWORD")]
public uint dwXSize;
[<System.Runtime.InteropServices.ComAliasName("OLE.DWORD")>]
val mutable dwXSize : uint32
Public dwXSize As UInteger 

字段值

UInt32
属性

注解

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

适用于