Compartilhar via


OpenSolutionEventArgs(Boolean) Constructor

Definition

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.

Applies to