Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The GetItems method retrieves the items to be displayed in the list. This method is used to fetch the data that populates the list.
Returns
An IListItem[] containing the items to be displayed in the list. The array may be empty if there are no items to display or if the filters applied to the list result in no matching items.
Windows developer