IVsSharedMSBuildFilesManagerHierarchy2 Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

NameDescription
System_CAPS_pubmethodEnumAllAvailableSharedProjects(IVsHierarchy^)

Returns an enumerable collection of all Shared Projects that exist in the Solution.

System_CAPS_pubmethodGetSharedProjectReference(String^, IVsHierarchy^)

Gets an IVsSharedProjectReference object for a particular shared MSBuild file if it is referenced/imported by the given referencingProject, client (aka "Head") project. All callers must be prepared to check for a null return value.

Return to top
Show: