IVsSharedProjectQueryCanBeReferenced Interface

Visual Studio 2015
 

Gives a Shared Project a chance to veto the adding of a reference by a particular referencing project.

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("684863A4-BC6E-467C-8218-5C84CAB616DA")]
public interface IVsSharedProjectQueryCanBeReferenced

NameDescription
System_CAPS_pubmethodQueryCanSharedProjectBeReferenced(IVsHierarchy)

Called by the T:Microsoft.VisualStudio.Shell.Interop.IVsSharedMSBuildFilesManagerHierarchy2.EnumAllAvailableSharedProjects(Microsoft.VisualStudio.Shell.Interop.IVsHierarchy) implementation in order to filter the list of Shared Projects to only valid choices for the ReferencingProject.

Return to top
Show: