IAppxManifestDocument2::HasCapability Method (String^)

 

Detects if the specified capability is currently declared in the manifest.

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

bool HasCapability(
	String^ capabilityId
)

Parameters

capabilityId
Type: System::String^

[in] The identifier of the capability.

Return Value

Type: System::Boolean

true if the given capability is currently declared in the manifest.

Return to top
Show: