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 GetFilters method retrieves a list of available filters in the Command Palette. This method is used to get the filters that can be applied to the items displayed in the Command Palette.
Returns
An IFilterItem[] that contains the list of available filters. Each item in the array represents a filter that can be applied to the items displayed in the Command Palette.
Windows developer