Share via


RenameFile Class

Definition

Represents the operation to rename a file in a project.

public class RenameFile : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
type RenameFile = class
    inherit ExecutableStep
Public Class RenameFile
Inherits ExecutableStep
Inheritance
RenameFile

Constructors

RenameFile(String, String)

Initializes a new instance of the RenameFile class.

Properties

Action
FilePath

Gets the absolute or project relative file path.

NewName

Gets the new name of the file.

Applies to