Method | Description | |
---|---|---|
DevicePicker ( ) : System |
Creates a DevicePicker object.
|
|
Hide ( ) : void |
Hides the picker.
|
|
PickSingleDeviceAsync ( |
Shows the picker UI and returns the selected device; does not require you to register for an event.
|
|
PickSingleDeviceAsync ( |
Shows the picker UI and returns the selected device; does not require you to register for an event.
|
|
Show ( |
Shows the picker UI.
|
|
Show ( |
Shows the picker UI.
|
Method | Description | |
---|---|---|
OnDevicePickerDismissed ( ) : void | ||
OnDeviceSelected ( Windows device ) : void |
public PickSingleDeviceAsync ( |
||
selection | The rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. | |
return | Task |
public PickSingleDeviceAsync ( |
||
selection | The rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. | |
placement | Placement | The edge of the rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. |
return | Task |
public Show ( |
||
selection | The rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. | |
return | void |
public Show ( |
||
selection | The rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. | |
placement | Placement | The edge of the rectangle from which you want the picker to fly out. /// Ignored on Windows Phone. |
return | void |