IVsSharedAssetsProjectEvents.OnImportingProjectLoaded(IVsHierarchy) 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.
Notifies listening clients that a project is being loaded, and it imports the project file that this Shared Assets Project imports and owns.
public:
int OnImportingProjectLoaded(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pLoadedProject);
public:
int OnImportingProjectLoaded(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pLoadedProject);
int OnImportingProjectLoaded(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pLoadedProject);
public int OnImportingProjectLoaded (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pLoadedProject);
abstract member OnImportingProjectLoaded : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function OnImportingProjectLoaded (pLoadedProject As IVsHierarchy) As Integer
Parameters
- pLoadedProject
- IVsHierarchy
The project.
Returns
The HRESULT.