DialDeviceSelectedEventArgs.SelectedDialDevice 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 the DialDevice object that represents the remote device that has been selected by the user in a DialDevicePicker.
public:
property DialDevice ^ SelectedDialDevice { DialDevice ^ get(); };
DialDevice SelectedDialDevice();
public DialDevice SelectedDialDevice { get; }
var dialDevice = dialDeviceSelectedEventArgs.selectedDialDevice;
Public ReadOnly Property SelectedDialDevice As DialDevice
Property Value
The remote device that the user selected.