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