SharedProjectUtilities::EnumOwningProjectsOfSharedAssets Method (IVsHierarchy^)
Visual Studio 2015
The Shared Assets Projects that own and manage the shared assets imported by the given project.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static IEnumerable<IVsHierarchy^>^ EnumOwningProjectsOfSharedAssets( IVsHierarchy^ hierarchy )
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The project that imports the shared assets
Return Value
Type: System.Collections.Generic::IEnumerable<IVsHierarchy^>^The hierarchies of the Shared Assets Projects that own and manage the shared assets imported by the given project.
The shared assets owned by a Shared Assets Project could be imported by multiple projects. A project could import the shared assets from multiple Shared Assets Projects as well.
Show: