BeforeOpenSolutionEventArgs(String) Constructeur

Définition

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.

S’applique à