RenameFile 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 a rename file operation.
See the Language Server Protocol specification for additional information.
public ref class RenameFile
[System.Runtime.Serialization.DataContract]
public class RenameFile
[<System.Runtime.Serialization.DataContract>]
type RenameFile = class
Public Class RenameFile
- Inheritance
-
RenameFile
- Attributes
Constructors
RenameFile() |
Properties
Kind |
Gets the kind value |
NewUri |
Gets or sets the new location. |
OldUri |
Gets or sets the old (existing) location. |
Options |
Gets or sets the rename options. |