SharedProjectUtilities::EnumImportingProjects Method (IVsHierarchy^)
Visual Studio 2015
Enumerates all the projects that are importing the shared assets owned by the given Shared Assets Project hierarchy.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static IEnumerable<IVsHierarchy^>^ EnumImportingProjects( IVsHierarchy^ hierarchy )
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The Shared Assets Project hierarchy.
Return Value
Type: System.Collections.Generic::IEnumerable<IVsHierarchy^>^An enumerable of hierarchies who are importing the shared assets owned by the given Shared Assets Project hierarchy.
Show: