StartProcessCommand.WindowStyle Property
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.
Window style of the process window.
public:
property System::Diagnostics::ProcessWindowStyle WindowStyle { System::Diagnostics::ProcessWindowStyle get(); void set(System::Diagnostics::ProcessWindowStyle value); };
public System.Diagnostics.ProcessWindowStyle WindowStyle { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Diagnostics.ProcessWindowStyle WindowStyle { get; set; }
member this.WindowStyle : System.Diagnostics.ProcessWindowStyle with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.WindowStyle : System.Diagnostics.ProcessWindowStyle with get, set
Public Property WindowStyle As ProcessWindowStyle
Property Value
- Attributes
Remarks
The 'WindowStyle' is not supported in CoreCLR