Share via


ICommandsService Interface

Definition

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.

Applies to