IVsSharedProjectReferencesHelper Interface

Visual Studio 2015
 

This is a helper service for projects that support adding/removing SharedProject References via the ReferenceManager dialog.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("BB0D419C-04CD-457A-BC3C-954F447EC806")]
public interface class IVsSharedProjectReferencesHelper

NameDescription
System_CAPS_pubmethodChangeSharedMSBuildFileImports(IVsHierarchy^, Array^, Array^, String^)

Changes the set of Shared MSBuild files imported by a project.

System_CAPS_pubmethodChangeSharedProjectReferences(IVsHierarchy^, Int32, array<Object^>^, Int32, array<Object^>^)

Changes the set of Shared Projects referenced by a project.

Return to top
Show: