SharedProjectUtilities::GetSharedItemsImportFullPaths Method (IVsHierarchy^)
Visual Studio 2015
Gets the full paths of the "Shared.items" files imported by the given project.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: [ExtensionAttribute] static array<String^>^ GetSharedItemsImportFullPaths( IVsHierarchy^ hierarchy )
Parameters
- hierarchy
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The project hierarchy.
Return Value
Type: array<System::String^>^The string array of full paths of "Shared.items" files, or null if failed.
Show: