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.
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
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. |