Share via


VsDebugStartupInfo.wShowWindow Field

Definition

Flags that specify how to display the window.

public: System::UInt16 wShowWindow;
public: unsigned short wShowWindow;
unsigned short wShowWindow;
[System.Runtime.InteropServices.ComAliasName("OLE.WORD")]
public ushort wShowWindow;
[<System.Runtime.InteropServices.ComAliasName("OLE.WORD")>]
val mutable wShowWindow : uint16
Public wShowWindow As UShort 

Field Value

Attributes

Remarks

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

Applies to