SolutionEvents.IVsSolutionEvents8.OnAfterRenameSolution 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.
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