winrt isn't gonna like that

This commit is contained in:
Mike Griese
2026-02-13 06:06:25 -06:00
parent b1b14fb0b0
commit c9b2fa1d2d
2 changed files with 2 additions and 2 deletions

View File

@@ -2135,7 +2135,7 @@ We'll use another command provider method to allow the host to ask exensions for
items based on their ID.
```csharp
interface ICommandProvider4 requires ICommandProvider
interface ICommandProvider4 requires ICommandProvider3
{
ICommandItem GetCommandItem(String id);
};

View File

@@ -413,7 +413,7 @@ namespace Microsoft.CommandPalette.Extensions
};
[contract(Microsoft.CommandPalette.Extensions.ExtensionsContract, 1)]
interface ICommandProvider4 requires ICommandProvider
interface ICommandProvider4 requires ICommandProvider3
{
ICommandItem GetCommandItem(String id);
};