DevicePortal.GetAllInstalledAppsAsync(DeviceInfo) Method

Definition

public:
 static System::Threading::Tasks::Task<Microsoft::MixedReality::Toolkit::WindowsDevicePortal::InstalledApps ^> ^ GetAllInstalledAppsAsync(Microsoft::MixedReality::Toolkit::WindowsDevicePortal::DeviceInfo ^ targetDevice);
public static System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.InstalledApps> GetAllInstalledAppsAsync (Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo targetDevice);
static member GetAllInstalledAppsAsync : Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo -> System.Threading.Tasks.Task<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.InstalledApps>
Public Shared Function GetAllInstalledAppsAsync (targetDevice As DeviceInfo) As Task(Of InstalledApps)

Parameters

targetDevice
DeviceInfo

Returns

Task<InstalledApps>

Applies to