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)
Syntax
'Declaration
<GuidAttribute("88E00A52-3B22-45C4-8FA0-321319DDA03F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsReferenceManager
[GuidAttribute("88E00A52-3B22-45C4-8FA0-321319DDA03F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManager
[GuidAttribute(L"88E00A52-3B22-45C4-8FA0-321319DDA03F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsReferenceManager
[<GuidAttribute("88E00A52-3B22-45C4-8FA0-321319DDA03F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceManager = interface end
public interface IVsReferenceManager
The IVsReferenceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateProviderContext | Creates a provider context to be used in ShowReferenceManager. | |
QueryCanReferenceProject | Allows a client to determine if one project can reference another based on the Visual Studio default reference algorithm. | |
ShowReferenceManager | Shows the Reference Manager. |
Top