RenameFile Class

Definition

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.

Applies to