MiracastReceiverInputDevices.Keyboard 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.
Returns a Keyboard input device for use with Miracast.
public:
property MiracastReceiverKeyboardDevice ^ Keyboard { MiracastReceiverKeyboardDevice ^ get(); };
MiracastReceiverKeyboardDevice Keyboard();
public MiracastReceiverKeyboardDevice Keyboard { get; }
var miracastReceiverKeyboardDevice = miracastReceiverInputDevices.keyboard;
Public ReadOnly Property Keyboard As MiracastReceiverKeyboardDevice
Property Value
The Keyboard input device.