VsDebugStartupInfo.dwXSize Field

Definition

The width of the window, in pixels.

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 

Field Value

Attributes

Remarks

This field is equivalent to dwXSize in STARTUPINFO (defined in winbase.h).

Applies to