SolutionEvents.IVsSolutionEvents4.OnAfterRenameProject(IVsHierarchy) Method

Definition

Occurs on/after the project was renamed.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents4.OnAfterRenameProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents4::OnAfterRenameProject;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents4.OnAfterRenameProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents4::OnAfterRenameProject;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents4.OnAfterRenameProject(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
int IVsSolutionEvents4.OnAfterRenameProject (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents4.OnAfterRenameProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents4.OnAfterRenameProject : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Function OnAfterRenameProject (pHierarchy As IVsHierarchy) As Integer Implements IVsSolutionEvents4.OnAfterRenameProject

Parameters

pHierarchy
IVsHierarchy

The hierarchy.

Returns

The HRESULT.

Implements

Applies to