VsDebugStartupInfo.dwYCountChars 字段

定义

窗口的高度,以字符为行。

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

字段值

UInt32
属性

注解

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

适用于