IVsSharedMSBuildFilesManagerHierarchy2 Interface

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)

[GuidAttribute("CFCB9B0D-59AD-4BD8-B288-A2539B54633A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSharedMSBuildFilesManagerHierarchy2

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: