RenameProject 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 project.
public class RenameProject : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
type RenameProject = class
inherit ExecutableStep
Public Class RenameProject
Inherits ExecutableStep
- Inheritance
Constructors
RenameProject(String) |
Initializes a new instance of the RenameProject class. |
Properties
Action | |
NewName |
Gets the name that the item will be renamed to. |