ValueAsync Method
Returns the value of a parameter.
Syntax
[VB.NET] Public Function ValueAsync(ByVal ParamName As String) As Task<string>
[C#] public Task<string> ValueAsync(string paramName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ValueAsync MethodReturns the value of a parameter. Syntax[VB.NET] Public Function ValueAsync(ByVal ParamName As String) As Task<string> [C#] public Task<string> ValueAsync(string paramName); RemarksThis method is the asynchronous version of the Value method and is used to support asynchronous operations in WinRT. Please refer to Value for more information. |
||