IVsSolutionEvents5::OnBeforeOpenProject Method (Guid, Guid, String^)
Visual Studio 2015
Fired before each project is opened.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void OnBeforeOpenProject(
[InAttribute] Guid% guidProjectID,
[InAttribute] Guid% guidProjectType,
String^ pszFileName
)
Parameters
- guidProjectID
-
Type:
System::Guid
[in] The GUID of the individual project to be opened.
- guidProjectType
-
Type:
System::Guid
[in] The GUID of the type of project (for example, Visual Basic or C#) to be opened.
- pszFileName
-
Type:
System::String^
[in] The name of the project file.
Show: