次の方法で共有


PlatformDiagnosticActions.IsScenarioEnabled(Guid) メソッド

定義

シナリオ プロファイルがデバイスにダウンロードされているかどうか。

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

パラメーター

scenarioId
Guid

Platform::Guid

winrt::guid

シナリオ識別子。

返品

Boolean

bool

シナリオ が使用可能な場合は True。それ以外の場合 は false

適用対象