PlatformDiagnosticActions.IsScenarioEnabled(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
方案配置文件是否已下载到设备。
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。