DialDevicePickerFilter
DialDevicePickerFilter
DialDevicePickerFilter
DialDevicePickerFilter
Class
Definition
Represents the filter used to determine which devices to show in a DialDevicePicker. The filter parameters are OR-ed together to build the resulting filter.
public : sealed class DialDevicePickerFilter : IDialDevicePickerFilterpublic sealed class DialDevicePickerFilter : IDialDevicePickerFilterPublic NotInheritable Class DialDevicePickerFilter Implements IDialDevicePickerFilter// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This class is received by accessing the DialDevicePicker.Filter property.
Properties
SupportedAppNames SupportedAppNames SupportedAppNames SupportedAppNames
Gets a list of DIAL apps supported by the remote devices. Defaults to an empty list (no filter). You can add one or more app names and filter the devices list to those that can launch one the supported apps.
public : IVector<string> SupportedAppNames { get; }public IList<string> SupportedAppNames { get; }Public ReadOnly Property SupportedAppNames As IList<string>// You can use this property in JavaScript.
- Value
- IVector<PlatForm::String> IList<string> IList<string> IList<string>
The list of supported apps.