PlatformDiagnosticActions.IsScenarioEnabled(Guid) 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.
Whether a scenario profile has been downloaded to the device.
public:
static bool IsScenarioEnabled(Platform::Guid scenarioId);
static bool IsScenarioEnabled(winrt::guid const& scenarioId);
public static bool IsScenarioEnabled(Guid scenarioId);
function isScenarioEnabled(scenarioId)
Public Shared Function IsScenarioEnabled (scenarioId As Guid) As Boolean
Parameters
- scenarioId
-
Guid
Platform::Guid
winrt::guid
The scenario identifier.
Returns
Boolean
bool
True if the scenario is available; false otherwise.