BeforeOpenSolutionEventArgs(String) 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 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)
Paramètres
- solutionFilename
- String
Nom du fichier de solution.