You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **GetPage** method retrieves the items in the current page of the list. This method is typically called when the user navigates to a different page in the list.
15
+
The **GetItems** method retrieves the items in the current page of the list. This method is typically called when the user navigates to a different page in the list.
16
16
17
17
## Returns
18
18
19
-
An [IListItem[]](../microsoft-commandpalette-extensions/ilistitem.md) array containing the items in the current page of the list. The number of items returned is determined by the **PageSize** property of the **ListItems** class.
19
+
An array of [IListItem](../microsoft-commandpalette-extensions/ilistitem.md) implementations containing the items in the current page of the list. The number of items returned is determined by the **PageSize** property of the **ListItems** class.
0 commit comments