WebUIApplication.EnablePrelaunch(Boolean) Method
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.
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)
|