PlatformDiagnosticActions.GetActiveScenarioList Method

Definition

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

IVectorView<Guid>

IReadOnlyList<Guid>

IVectorView<Platform::Guid>

IVectorView<winrt::guid>

A list of GUIDs that identify the scenarios that have been downloaded.

Applies to