ICoreWindowKeyboardInput.KeyboardInputBuffer 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.
Note
Windows.Phone.UI.Core.ICoreWindowKeyboardInput.KeyboardInputBuffer may be altered or unavailable for releases after Windows Phone 8.1 GDR2.
** only:** Gets or sets the KeyboardInputBuffer object that is used to receive buffered text input.
public:
property KeyboardInputBuffer ^ KeyboardInputBuffer { KeyboardInputBuffer ^ get(); void set(KeyboardInputBuffer ^ value); };
KeyboardInputBuffer KeyboardInputBuffer();
void KeyboardInputBuffer(KeyboardInputBuffer value);
public KeyboardInputBuffer KeyboardInputBuffer { get; set; }
var keyboardInputBuffer = iCoreWindowKeyboardInput.keyboardInputBuffer;
iCoreWindowKeyboardInput.keyboardInputBuffer = keyboardInputBuffer;
Public Property KeyboardInputBuffer As KeyboardInputBuffer
Property Value
The object that receives buffered text input.