IVsSharedAssetsProject Interface
Visual Studio 2015
Represents a project with shared assets.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | SharedItemsImportFullPath | Gets the full path of the shared items. |
| Name | Description | |
|---|---|---|
![]() | AdviseEvents(IVsSharedAssetsProjectEvents) | Subscribes to the shared project's events. |
![]() | EnumImportingProjects() | Enumerates the projects that import the project file that this Shared Assets Project imports and owns. |
![]() | UnadviseEvents(UInt32) | Stops subscribing to shared asset project events. |
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:

