Methods.TextDocumentRename Campo

Definição

Objeto de mensagem fortemente tipado para "textDocument/Rename".

public: static initonly Microsoft::VisualStudio::LanguageServer::Protocol::LspRequest<Microsoft::VisualStudio::LanguageServer::Protocol::RenameParams ^, Microsoft::VisualStudio::LanguageServer::Protocol::WorkspaceEdit ^> ^ TextDocumentRename;
public static readonly Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.RenameParams,Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEdit> TextDocumentRename;
 staticval mutable TextDocumentRename : Microsoft.VisualStudio.LanguageServer.Protocol.LspRequest<Microsoft.VisualStudio.LanguageServer.Protocol.RenameParams, Microsoft.VisualStudio.LanguageServer.Protocol.WorkspaceEdit>
Public Shared ReadOnly TextDocumentRename As LspRequest(Of RenameParams, WorkspaceEdit) 

Valor do campo

LspRequest<RenameParams,WorkspaceEdit>

Aplica-se a