Share via


RenameSolutionFolder(String, String) Constructor

Definition

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

Applies to