ICommandsService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A service providing access to the Visual Studio command capabilities.
public interface ICommandsService
type ICommandsService = interface
Public Interface ICommandsService
Methods
SubscribeToRemoteCommandUpdateAsync(CommandType, String, IObserver<VsctCommandId>, CancellationToken) |
Requests the VsctCommandId identifier associated with a VisualStudio.Extensibility command-related entity (command, menu, toolbar, etc.) and subscribes to notifications for changes of availability of such entity. |