IVsSolutionEvents6::OnBeforeProjectRegisteredInRunningDocumentTable Method (Guid, String^)
Visual Studio 2015
A notification fired during project creation, before the solution attempts to register the project file in the RunningDocumentTable. This event can be used to find out when to unregister a project placeholder document from the RDT so as to not block the opening of the real project.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
int OnBeforeProjectRegisteredInRunningDocumentTable(
Guid projectID,
String^ projectFullPath
)
Parameters
- projectID
-
Type:
System::Guid
The project ID.
- projectFullPath
-
Type:
System::String^
The full path of the project file.
Show: