Sdílet prostřednictvím


RenameProject(String) Constructor

Definition

Initializes a new instance of the RenameProject class.

[Newtonsoft.Json.JsonConstructor]
public RenameProject (string newName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameProject : string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameProject
Public Sub New (newName As String)

Parameters

newName
String
Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to