CastingDeviceSelectedEventArgs.SelectedCastingDevice 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.
Represents the CastingDevice that has been selected by the user in a casting device picker.
public:
property CastingDevice ^ SelectedCastingDevice { CastingDevice ^ get(); };
CastingDevice SelectedCastingDevice();
public CastingDevice SelectedCastingDevice { get; }
var castingDevice = castingDeviceSelectedEventArgs.selectedCastingDevice;
Public ReadOnly Property SelectedCastingDevice As CastingDevice
Property Value
The casting device that the user has selected.