KnownRemoteSystemCapabilities KnownRemoteSystemCapabilities KnownRemoteSystemCapabilities KnownRemoteSystemCapabilities Class

Definition

Contains the string names of different features of the Remote Systems platform. A remote system is either compatible or incompatible with each of the capabilities corresponding to the properties of this class.

public : static class KnownRemoteSystemCapabilitiespublic static class KnownRemoteSystemCapabilitiesPublic Static Class KnownRemoteSystemCapabilities// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Remarks

The RemoteSystem.GetCapabilitySupportedAsync method uses this class's property values to query for feature support on specific remote systems.

Properties

AppService AppService AppService AppService

Gets the canonical string name of the app service capability.

public : static PlatForm::String AppService { get; }public static string AppService { get; }Public Static ReadOnly Property AppService As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The canonical string name of the app service capability.

LaunchUri LaunchUri LaunchUri LaunchUri

Gets the canonical string name of the launch URI capability.

public : static PlatForm::String LaunchUri { get; }public static string LaunchUri { get; }Public Static ReadOnly Property LaunchUri As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The canonical string name of the launch URI capability.

RemoteSession RemoteSession RemoteSession RemoteSession

Gets the canonical string name of the remote session capability.

public : static PlatForm::String RemoteSession { get; }public static string RemoteSession { get; }Public Static ReadOnly Property RemoteSession As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The canonical string name of the remote session capability.

SpatialEntity SpatialEntity SpatialEntity SpatialEntity

Gets the canonical string name of the spatial entity capability.

public : static PlatForm::String SpatialEntity { get; }public static string SpatialEntity { get; }Public Static ReadOnly Property SpatialEntity As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The canonical string name of the spatial entity capability.