IVsReferenceManagerUser Interface

 

Defines the contract used by the Reference Manager to communicate with clients.

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

[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("3AD23841-9A64-4582-B226-E4CFE3942446")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManagerUser

NameDescription
System_CAPS_pubmethodChangeReferences(UInt32, IVsReferenceProviderContext)

Updates references that are modified by the user.

System_CAPS_pubmethodGetProviderContexts()

Retrieves the set of IVsReferenceProviderContext objects describing the kinds of references to be managed by the Reference Manager.

Return to top
Show: