Methods.TextDocumentRename Поле
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Объект сообщения со строгой типизацией для "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)