BeforeOpenSolutionEventArgs(String) Constructor
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.
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.