InputAsync Method
Provides input to the parser.
Syntax
[VB.NET] Public Function InputAsync(ByVal Text As String) As Task
[C#] public Task InputAsync(string text);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
InputAsync MethodProvides input to the parser. Syntax[VB.NET] Public Function InputAsync(ByVal Text As String) As Task [C#] public Task InputAsync(string text); RemarksThis method is the asynchronous version of the Input method and is used to support asynchronous operations in WinRT. Please refer to Input for more information. |
||