SolutionEvents.IVsSolutionEvents6.OnAfterProjectRegisteredInRunningDocumentTable 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.
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