DevicePickerFilter.SupportedDeviceClasses Property

Definition

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.

Applies to