Methods.WorkspaceExecuteCommand Field
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.
Strongly typed message object for 'workspace/executeCommand'
public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::ExecuteCommandParams ^, System::Object ^> ^ WorkspaceExecuteCommand;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ExecuteCommandParams,object> WorkspaceExecuteCommand;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ExecuteCommandParams,object?> WorkspaceExecuteCommand;
staticval mutable WorkspaceExecuteCommand : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.ExecuteCommandParams, obj>
Public Shared ReadOnly WorkspaceExecuteCommand As LspRequest(Of ExecuteCommandParams, Object)