IVsReferenceManager::QueryCanReferenceProject Method (IVsHierarchy^, IVsHierarchy^)
Visual Studio 2015
Allows a client to determine if one project can reference another based on the Visual Studio default reference algorithm.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
unsigned int QueryCanReferenceProject( IVsHierarchy^ pReferencing, IVsHierarchy^ pReferenced )
Parameters
- pReferencing
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[in] The project that is doing the referencing.
- pReferenced
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
[in] The project being referenced.
Show: