RenameParams Class
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.
Class representing the rename parameters for the textDocument/rename request.
See the Language Server Protocol specification for additional information.
public ref class RenameParams
public ref class RenameParams : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams
[System.Runtime.Serialization.DataContract]
public class RenameParams
[System.Runtime.Serialization.DataContract]
public class RenameParams : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams
[<System.Runtime.Serialization.DataContract>]
type RenameParams = class
[<System.Runtime.Serialization.DataContract>]
type RenameParams = class
inherit TextDocumentPositionParams
Public Class RenameParams
Public Class RenameParams
Inherits TextDocumentPositionParams
- Inheritance
-
RenameParams
- Inheritance
- Attributes
Constructors
RenameParams() |
Properties
NewName |
Gets or sets the new name of the renamed symbol. |
Position |
Gets or sets the position at which the request was sent. |
Position |
Gets or sets the value which indicates the position within the document. (Inherited from TextDocumentPositionParams) |
TextDocument |
Gets or sets the document identifier for the document to format. |
TextDocument |
Gets or sets the value which identifies the document. (Inherited from TextDocumentPositionParams) |