Permissions.IsCapabilityDeclared(String) 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.
Checks if a specific capability name is declared.
public static bool IsCapabilityDeclared (string capabilityName);
Parameters
- capabilityName
- System.String
Name of the capability on UWP.
Returns
System.Boolean
If the capability is declared.