Share via


RenameFile(String, String) Constructor

Definition

Initializes a new instance of the RenameFile class.

public RenameFile (string filePath, string newName);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameFile : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameFile
Public Sub New (filePath As String, newName As String)

Parameters

filePath
String
newName
String

Applies to