IAppxManifestDocument2::HasCapability Method (String^)
Visual Studio 2015
Detects if the specified capability is currently declared in the manifest.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- capabilityId
-
Type:
System::String^
[in] The identifier of the capability.
Return Value
Type: System::Booleantrue if the given capability is currently declared in the manifest.
Show: