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