SolutionEvents.IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable(Guid projectID, System::String ^ projectFullPath) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents6::OnBeforeProjectRegisteredInRunningDocumentTable;
int IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable (Guid projectID, string projectFullPath);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable : Guid * string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable : Guid * string -> int
Function OnBeforeProjectRegisteredInRunningDocumentTable (projectID As Guid, projectFullPath As String) As Integer Implements IVsSolutionEvents6.OnBeforeProjectRegisteredInRunningDocumentTable

Parameters

projectID
Guid
projectFullPath
String

Returns

Implements

Applies to