Condividi tramite


BeforeOpenSolutionEventArgs(String) Constructor

Definition

Instantiates a new instance of BeforeOpenSolutionEventArgs.

public:
 BeforeOpenSolutionEventArgs(System::String ^ solutionFilename);
public:
 BeforeOpenSolutionEventArgs(Platform::String ^ solutionFilename);
 BeforeOpenSolutionEventArgs(std::wstring const & solutionFilename);
public BeforeOpenSolutionEventArgs (string solutionFilename);
new Microsoft.VisualStudio.Shell.Events.BeforeOpenSolutionEventArgs : string -> Microsoft.VisualStudio.Shell.Events.BeforeOpenSolutionEventArgs
Public Sub New (solutionFilename As String)

Parameters

solutionFilename
String

The name of the solution file.

Applies to