SolutionEvents.IVsSolutionEvents6.OnAfterProjectRegisteredInRunningDocumentTable Method

Definition

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

Parameters

projectID
Guid
projectFullPath
String
cookie
UInt32

Returns

Implements

Applies to