次の方法で共有


Methods.WorkspaceExecuteCommand フィールド

定義

'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) 

フィールド値

適用対象