IVsReferenceManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
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. |