UwpBuildInfo.DeviceCapabilities 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.
When present, adds a DeviceCapability for each entry in the list to the manifest
public:
property System::Collections::Generic::List<System::String ^> ^ DeviceCapabilities { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public System.Collections.Generic.List<string> DeviceCapabilities { get; set; }
member this.DeviceCapabilities : System.Collections.Generic.List<string> with get, set
Public Property DeviceCapabilities As List(Of String)