RenameSolutionFolder 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 solution folder.
[System.Runtime.CompilerServices.Nullable(0)]
public class RenameSolutionFolder : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type RenameSolutionFolder = class
inherit ExecutableStep
Public Class RenameSolutionFolder
Inherits ExecutableStep
- Inheritance
- Attributes
Constructors
RenameSolutionFolder(String, String) |
Initializes a new instance of the RenameSolutionFolder class. |
Properties
Action | |
NewName |
Gets the new name that is used when renaming the solution folder. |
OldName |
Gets the current name of the new solution folder to be renamed. |