Compartilhar via


RenameSolutionEventArgs(String, String) Constructor

Definition

public:
 RenameSolutionEventArgs(System::String ^ oldName, System::String ^ newName);
public RenameSolutionEventArgs (string oldName, string newName);
new Microsoft.VisualStudio.Shell.Events.RenameSolutionEventArgs : string * string -> Microsoft.VisualStudio.Shell.Events.RenameSolutionEventArgs
Public Sub New (oldName As String, newName As String)

Parameters

oldName
String
newName
String

Applies to