SolutionEvents.IVsSolutionEvents5.OnBeforeOpenProject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.