Share via


RemoteSystem.GetCapabilitySupportedAsync(String) Method

Definition

Reports whether the RemoteSystem is capable of the given Remote System feature.

[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetCapabilitySupportedAsync(string capabilityName);

Parameters

capabilityName
String

The Remote System capability to check. This should be the value of one of the properties of KnownRemoteSystemCapabilities.

Returns

An asynchronous operation with a value of true if the RemoteSystem is capable, otherwise false.

Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
remoteSystem

Applies to