OpenSolutionEventArgs(Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Instancie une nouvelle instance de 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)
Paramètres
- isNewSolution
- Boolean
true Si la solution est nouvelle.