VsDebugStartupInfo.dwYSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The height of the window, in pixels
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
Field Value
- Attributes
Remarks
This field is equivalent to dwYSize in STARTUPINFO (defined in winbase.h).