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