AppCapability.Create(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.
Creates an AppCapability object.
public:
static AppCapability ^ Create(Platform::String ^ capabilityName);
static AppCapability Create(winrt::hstring const& capabilityName);
public static AppCapability Create(string capabilityName);
function create(capabilityName)
Public Shared Function Create (capabilityName As String) As AppCapability
Parameters
- capabilityName
-
String
Platform::String
winrt::hstring
The string property of CapabilityName.
Returns
Returns the created instance.