IAppxManifestDocument::AddCapability Method (String^)

 

Adds the specified capability to the manifest if it is not already present.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void AddCapability(
	String^ capabilityId
)

Parameters

capabilityId
Type: System::String^

[in] The capability to add to the manifest.

Return to top
Show: