IAppxManifestDocument.Capabilities Property
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.
Gets a list of all capabilities currently declared in the manifest, which may include both standard capabilities and device capabilities.
public:
property Array ^ Capabilities { Array ^ get(); };
[System.Runtime.InteropServices.DispId(1610743811)]
public Array Capabilities { get; }
public Array Capabilities { get; }
[<System.Runtime.InteropServices.DispId(1610743811)>]
member this.Capabilities : Array
member this.Capabilities : Array
Public ReadOnly Property Capabilities As Array
Property Value
- Attributes