BeforeOpenProjectEventArgs(Guid, Guid, 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 BeforeOpenProjectEventArgs.
public:
BeforeOpenProjectEventArgs(Guid project, Guid projectType, System::String ^ filename);
public BeforeOpenProjectEventArgs (Guid project, Guid projectType, string filename);
new Microsoft.VisualStudio.Shell.Events.BeforeOpenProjectEventArgs : Guid * Guid * string -> Microsoft.VisualStudio.Shell.Events.BeforeOpenProjectEventArgs
Public Sub New (project As Guid, projectType As Guid, filename As String)
Paramètres
- project
- Guid
GUID de projet.
- projectType
- Guid
GUID du type de projet.
- filename
- String
Nom du fichier projet.