IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable Method

Definition

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.

public:
 int OnBeforeProjectRegisteredInRunningDocumentTable(Guid projectID, System::String ^ projectFullPath);
public int OnBeforeProjectRegisteredInRunningDocumentTable (Guid projectID, string projectFullPath);
abstract member OnBeforeProjectRegisteredInRunningDocumentTable : Guid * string -> int
Public Function OnBeforeProjectRegisteredInRunningDocumentTable (projectID As Guid, projectFullPath As String) As Integer

Parameters

projectID
Guid

The project ID.

projectFullPath
String

The full path of the project file.

Returns

The HRESULT.

Applies to