OpenSolutionEventArgs(Boolean) 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 OpenSolutionEventArgs.
public:
OpenSolutionEventArgs(bool isNewSolution);
public:
OpenSolutionEventArgs(bool isNewSolution);
OpenSolutionEventArgs(bool isNewSolution);
public OpenSolutionEventArgs (bool isNewSolution);
new Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs : bool -> Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs
Public Sub New (isNewSolution As Boolean)
Parameters
- isNewSolution
- Boolean
true
if the solution is new.