IVsSolutionEvents5::OnBeforeOpenProject Method (Guid, Guid, String^)

 

Fired before each project is opened.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: