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 IIconData interface represents the data for an icon that can be used in the Command Palette. It is used to define icons that can be displayed in the Command Palette, such as application icons, file icons, or custom icons.
Properties
| Property | Type | Description |
|---|---|---|
| Icon | String | Gets the icon. |
| Data | Windows.Storage.Streams.IRandomAccessStreamReference | Gets the data of the icon. |
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