FetchArticleBodyAsync Method
Gets only the body of an article specified in CurrentArticle .
Syntax
[VB.NET] Public Function FetchArticleBodyAsync() As IAsyncAction
[C#] public IAsyncAction FetchArticleBodyAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FetchArticleBodyAsync MethodGets only the body of an article specified in CurrentArticle . Syntax[VB.NET] Public Function FetchArticleBodyAsync() As IAsyncAction [C#] public IAsyncAction FetchArticleBodyAsync(); RemarksThis method is the asynchronous version of the FetchArticleBody method and is used to support asynchronous operations in WinRT. Please refer to FetchArticleBody for more information. |
||