VsDebugStartupInfo.dwYSize 字段

定义

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

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

字段值

UInt32
属性

注解

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

适用于