SolutionEvents.IVsSolutionEvents5.OnBeforeOpenProject Method

Definition

Occurs on/before the project is open.

 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

Parameters

guidProjectID
Guid

The project GUID.

guidProjectType
Guid

The GUID of the project type.

pszFileName
String

The file name.

Implements

Applies to