RemoteSystem.GetCapabilitySupportedAsync(String) Methode

Definition

Gibt an, ob das RemoteSystem das angegebene Remotesystemfeature verwenden kann.

public:
 virtual IAsyncOperation<bool> ^ GetCapabilitySupportedAsync(Platform::String ^ capabilityName) = GetCapabilitySupportedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetCapabilitySupportedAsync(winrt::hstring const& capabilityName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetCapabilitySupportedAsync(string capabilityName);
function getCapabilitySupportedAsync(capabilityName)
Public Function GetCapabilitySupportedAsync (capabilityName As String) As IAsyncOperation(Of Boolean)

Parameter

capabilityName
String

Platform::String

winrt::hstring

Die zu überprüfende Remotesystemfunktion. Dies sollte der Wert einer der Eigenschaften von KnownRemoteSystemCapabilities sein.

Gibt zurück

Ein asynchroner Vorgang mit dem Wert true , wenn das RemoteSystem fähig ist, andernfalls false.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
remoteSystem

Gilt für: