SolutionEvents.IVsSolutionEvents5.OnBeforeOpenProject(Guid, Guid, String) Méthode

Définition

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.

Implémente

S’applique à