PlatformDiagnosticActions.GetActiveScenarioList 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.
Get the list of scenarios that have been downloaded to the device.
public:
static IVectorView<Platform::Guid> ^ GetActiveScenarioList();
static IVectorView<winrt::guid> GetActiveScenarioList();
public static IReadOnlyList<Guid> GetActiveScenarioList();
function getActiveScenarioList()
Public Shared Function GetActiveScenarioList () As IReadOnlyList(Of Guid)
Returns
A list of GUIDs that identify the scenarios that have been downloaded.