IVsSharedAssetsProjectEvents::OnImportingProjectLoaded Method (IVsHierarchy^)

 

Notifies listening clients that a project is being loaded, and it imports the project file that this Shared Assets Project imports and owns.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)

int OnImportingProjectLoaded(
	IVsHierarchy^ pLoadedProject
)

Parameters

pLoadedProject
Type: Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^

The project.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: