IAppxManifestDocument.AddCapability(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.
Adds the specified capability to the manifest if it is not already present.
public:
void AddCapability(System::String ^ capabilityId);
public:
void AddCapability(Platform::String ^ capabilityId);
void AddCapability(std::wstring const & capabilityId);
public void AddCapability (string capabilityId);
abstract member AddCapability : string -> unit
Public Sub AddCapability (capabilityId As String)
Parameters
- capabilityId
- String
[in] The capability to add to the manifest.