VsDebugStartupInfo.wShowWindow 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.
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).