SolutionEvents.IVsSolutionEvents8.OnAfterRenameSolution Method

Definition

 virtual void Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents8.OnAfterRenameSolution(System::String ^ oldName, System::String ^ newName) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents8::OnAfterRenameSolution;
void IVsSolutionEvents8.OnAfterRenameSolution (string oldName, string newName);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents8.OnAfterRenameSolution : string * string -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents8.OnAfterRenameSolution : string * string -> unit
Sub OnAfterRenameSolution (oldName As String, newName As String) Implements IVsSolutionEvents8.OnAfterRenameSolution

Parameters

oldName
String
newName
String

Implements

Applies to