RenameSolutionFolder(String, String) Constructor
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.
Initializes a new instance of the RenameSolutionFolder class.
[Newtonsoft.Json.JsonConstructor]
public RenameSolutionFolder (string oldName, string newName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameSolutionFolder : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameSolutionFolder
Public Sub New (oldName As String, newName As String)
Parameters
- oldName
- String
- newName
- String
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute