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

适用于