Share via


Methods.WorkspaceExecuteCommand Field

Definition

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) 

Field Value

Applies to