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 IExtension interface is used to define the properties and methods that an extension must implement in order to be used in the Command Palette.
Methods
| Method | Description |
|---|---|
| Dispose() | Disposes of the extension. This method is used to clean up resources and perform any necessary cleanup when the extension is no longer needed. |
| GetProvider(ProviderType) | Gets the provider type. |
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