IVsSharedAssetsProjectEvents Interface
Visual Studio 2015
Represents the events associated with projects that have shared assets.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | OnImportingProjectLoaded(IVsHierarchy) | Notifies listening clients that a project is being loaded, and it imports the project file that this Shared Assets Project imports and owns. |
![]() | OnImportingProjectRemovedOrUnloaded(Guid) | Notifies listening clients that a project is being removed or unloaded, and it imports the project file that this Shared Assets Project imports and owns. |
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
Show:
