MiracastReceiverConnection.InputDevices 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 devices from which the Miracast Receiver can collect input and transmit to the Miracast Transmitter.
public:
property MiracastReceiverInputDevices ^ InputDevices { MiracastReceiverInputDevices ^ get(); };
MiracastReceiverInputDevices InputDevices();
public MiracastReceiverInputDevices InputDevices { get; }
var miracastReceiverInputDevices = miracastReceiverConnection.inputDevices;
Public ReadOnly Property InputDevices As MiracastReceiverInputDevices
Property Value
A MiracastReceiverInputDevices representing the input devices.