AppApplicability Klasse

Definition

Diese Klasse macht eine einzelne statische Methode verfügbar, mit der überprüft wird, ob eine Liste von App-Funktionen auf dem aktuellen Gerät unterstützt wird.

public ref class AppApplicability abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppApplicability final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class AppApplicability
Public Class AppApplicability
Vererbung
Object Platform::Object IInspectable AppApplicability
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Methoden

GetUnsupportedAppRequirements(IIterable<String>)

Gibt bei einer Liste der app-Funktionen , die für eine App erforderlich sind, eine Liste von UnsupportedAppRequirement-Objekten zurück, die Funktionen in der Liste darstellen, die auf dem aktuellen Gerät nicht unterstützt werden.

Gilt für:

Weitere Informationen