IVsReferenceManagerUser Interface

Definition

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

public interface class IVsReferenceManagerUser
public interface class IVsReferenceManagerUser
__interface IVsReferenceManagerUser
[System.Runtime.InteropServices.Guid("3AD23841-9A64-4582-B226-E4CFE3942446")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsReferenceManagerUser
[System.Runtime.InteropServices.Guid("3AD23841-9A64-4582-B226-E4CFE3942446")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceManagerUser
[<System.Runtime.InteropServices.Guid("3AD23841-9A64-4582-B226-E4CFE3942446")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsReferenceManagerUser = interface
[<System.Runtime.InteropServices.Guid("3AD23841-9A64-4582-B226-E4CFE3942446")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceManagerUser = interface
Public Interface IVsReferenceManagerUser
Attributes

Methods

ChangeReferences(UInt32, IVsReferenceProviderContext)

Updates references that are modified by the user.

GetProviderContexts()

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

Applies to