SolutionEvents.IVsSolutionEvents5.OnBeforeOpenProject(Guid, Guid, String) Méthode
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.
Se produit sur/avant l’ouverture du projet.
virtual void Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents5.OnBeforeOpenProject(Guid % guidProjectID, Guid % guidProjectType, System::String ^ pszFileName) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents5::OnBeforeOpenProject;
void IVsSolutionEvents5.OnBeforeOpenProject (ref Guid guidProjectID, ref Guid guidProjectType, string pszFileName);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents5.OnBeforeOpenProject : Guid * Guid * string -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents5.OnBeforeOpenProject : Guid * Guid * string -> unit
Sub OnBeforeOpenProject (ByRef guidProjectID As Guid, ByRef guidProjectType As Guid, pszFileName As String) Implements IVsSolutionEvents5.OnBeforeOpenProject
Paramètres
- guidProjectID
- Guid
GUID de projet.
- guidProjectType
- Guid
GUID du type de projet.
- pszFileName
- String
Nom du fichier.