WebUIApplication.EnablePrelaunch(Boolean) Method

Definition

Specifies whether pre-launching is enabled.

public:
 static void EnablePrelaunch(bool value);
 static void EnablePrelaunch(bool const& value);
public static void EnablePrelaunch(bool value);
function enablePrelaunch(value)
Public Shared Sub EnablePrelaunch (value As Boolean)

Parameters

value
Boolean

bool

true to enable pre-launching; otherwise, false.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to