ILanguageClientExecuteCommandProvider 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.
Caution
Use ILanguageClientMiddleLayer instead
Interface representing a provider which can implement custom behavior around the 'workspace/executeCommand' request.
public interface class ILanguageClientExecuteCommandProvider
public interface ILanguageClientExecuteCommandProvider
[System.Obsolete("Use ILanguageClientMiddleLayer instead")]
public interface ILanguageClientExecuteCommandProvider
type ILanguageClientExecuteCommandProvider = interface
[<System.Obsolete("Use ILanguageClientMiddleLayer instead")>]
type ILanguageClientExecuteCommandProvider = interface
Public Interface ILanguageClientExecuteCommandProvider
- Attributes
Remarks
All of the methods defined in this interface must be implemented and should not default to throw NotImplementedException.
Methods
ExecuteCommand(ExecuteCommandParams, Func<ExecuteCommandParams,Task>) |
Intercepts calls for the 'workspace/executeCommand' request. |