IVsReferenceManager Interface

Definition

Defines the methods provided by the Reference Manager service.

public interface class IVsReferenceManager
public interface class IVsReferenceManager
__interface IVsReferenceManager
[System.Runtime.InteropServices.Guid("88E00A52-3B22-45C4-8FA0-321319DDA03F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsReferenceManager
[System.Runtime.InteropServices.Guid("88E00A52-3B22-45C4-8FA0-321319DDA03F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManager
[<System.Runtime.InteropServices.Guid("88E00A52-3B22-45C4-8FA0-321319DDA03F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsReferenceManager = interface
[<System.Runtime.InteropServices.Guid("88E00A52-3B22-45C4-8FA0-321319DDA03F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceManager = interface
Public Interface IVsReferenceManager
Attributes

Methods

CreateProviderContext(Guid)

Creates a provider context to be used in ShowReferenceManager.

QueryCanReferenceProject(IVsHierarchy, IVsHierarchy)

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

ShowReferenceManager(IVsReferenceManagerUser, String, String, Guid, Boolean)

Shows the Reference Manager.

Applies to