Share via


RenameProject Class

Definition

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
RenameProject

Constructors

RenameProject(String)

Initializes a new instance of the RenameProject class.

Properties

Action
NewName

Gets the name that the item will be renamed to.

Applies to