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.Toolkit
The Scored<T> struct represents a scored item of type T. It's used to encapsulate an item along with its score, which indicates how well the item matches a search query.
Fields
| Field | Type | Description |
|---|---|---|
| Item | T | The item being scored. |
| Score | Integer | The score of the item. A higher score indicates a better match to the search query. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer