HostServices.OnRenameProject(String, String) Method
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.
Updates the host object table when a project is renamed. Old full path may be null.
public:
void OnRenameProject(System::String ^ oldFullPath, System::String ^ newFullPath);
public void OnRenameProject (string oldFullPath, string newFullPath);
member this.OnRenameProject : string * string -> unit
Public Sub OnRenameProject (oldFullPath As String, newFullPath As String)
Parameters
- oldFullPath
- String
The current path to the project file.
- newFullPath
- String
The new path to the project file.
Remarks
A project is named when it is given a new full path and the old path is null.