IVsSharedAssetsProjectEvents.OnImportingProjectLoaded(IVsHierarchy) Method

Definition

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.

Applies to