AppApplicability.GetUnsupportedAppRequirements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a list of App Capabilities required by an app, returns a list of UnsupportedAppRequirement objects representing capabilities in the list that are not supported on the current device
public:
static IVectorView<UnsupportedAppRequirement ^> ^ GetUnsupportedAppRequirements(IIterable<Platform::String ^> ^ capabilities);
static IVectorView<UnsupportedAppRequirement> GetUnsupportedAppRequirements(IIterable<winrt::hstring> const& capabilities);
public static IReadOnlyList<UnsupportedAppRequirement> GetUnsupportedAppRequirements(IEnumerable<string> capabilities);
function getUnsupportedAppRequirements(capabilities)
Public Shared Function GetUnsupportedAppRequirements (capabilities As IEnumerable(Of String)) As IReadOnlyList(Of UnsupportedAppRequirement)
Parameters
A list of App Capability strings
Returns
A collection of UnsupportedAppRequirement objects that represents the requested capabilities not supported on the current device.