IVsSolutionEvents6::OnBeforeProjectRegisteredInRunningDocumentTable Method (Guid, String^)

 

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.

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

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: