DevicePickerDisplayStatusOptions
DevicePickerDisplayStatusOptions
DevicePickerDisplayStatusOptions
DevicePickerDisplayStatusOptions
Enum
Definition
Indicates what you'd like the device picker to show about a given device. Used with the SetDisplayStatus method on the DevicePicker object.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class DevicePickerDisplayStatusOptionspublic enum DevicePickerDisplayStatusOptionsPublic Enum DevicePickerDisplayStatusOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| None None None None | Picker should show nothing, or no changes. |
| ShowDisconnectButton ShowDisconnectButton ShowDisconnectButton ShowDisconnectButton | Picker should display a disconnect button. |
| ShowProgress ShowProgress ShowProgress ShowProgress | Picker should display progress. |
| ShowRetryButton ShowRetryButton ShowRetryButton ShowRetryButton | Picker should display a retry button. |