IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.