DevicePickerFilter.SupportedDeviceClasses 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 supported device classes to show in the picker. This defaults to an empty list (no filter). You can add device classes to this vector and filter the devices list to those that are in one or more of the provided classes.
public:
property IVector<DeviceClass> ^ SupportedDeviceClasses { IVector<DeviceClass> ^ get(); };
IVector<DeviceClass> SupportedDeviceClasses();
public IList<DeviceClass> SupportedDeviceClasses { get; }
var iVector = devicePickerFilter.supportedDeviceClasses;
Public ReadOnly Property SupportedDeviceClasses As IList(Of DeviceClass)
Property Value
The list of device classes.