GroupOverviewAsync Method
Receives an overview for the articles in range OverviewRange in the CurrentGroup .
Syntax
[VB.NET] Public Function GroupOverviewAsync() As Task
[C#] public Task GroupOverviewAsync();
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GroupOverviewAsync MethodReceives an overview for the articles in range OverviewRange in the CurrentGroup . Syntax[VB.NET] Public Function GroupOverviewAsync() As Task [C#] public Task GroupOverviewAsync(); RemarksThis method is the asynchronous version of the GroupOverview method and is used to support asynchronous operations in WinRT. Please refer to GroupOverview for more information. |
||