IVsReferenceManager Interface

 

Defines the methods provided by the Reference Manager service.

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

[GuidAttribute("88E00A52-3B22-45C4-8FA0-321319DDA03F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
public interface class IVsReferenceManager

NameDescription
System_CAPS_pubmethodCreateProviderContext(Guid)

Creates a provider context to be used in ShowReferenceManager.

System_CAPS_pubmethodQueryCanReferenceProject(IVsHierarchy^, IVsHierarchy^)

Allows a client to determine if one project can reference another based on the Visual Studio default reference algorithm.

System_CAPS_pubmethodShowReferenceManager(IVsReferenceManagerUser^, String^, String^, Guid, Boolean)

Shows the Reference Manager.

Return to top
Show: