IAppxManifestDocument::RemoveCapability Method (String^)

 

Removes the specified capability from the manifest if it is currently present.

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

void RemoveCapability(
	String^ capabilityId
)

Parameters

capabilityId
Type: System::String^

[in] The identifier of the capability to be removed.

Return to top
Show: