HostServices.OnRenameProject(String, String) Method

Definition

Updates the host object table when a project is renamed. Old full path may be null.

public void OnRenameProject (string oldFullPath, string newFullPath);

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.

Applies to