IVsReferenceProviderContext Interface

Definition

Provides basic information about the context object used to initialize the reference provider.

public interface class IVsReferenceProviderContext
public interface class IVsReferenceProviderContext
__interface IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("5B99FA62-EEAB-4048-ACCB-7A8EB569CBF5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("5B99FA62-EEAB-4048-ACCB-7A8EB569CBF5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("5B99FA62-EEAB-4048-ACCB-7A8EB569CBF5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsReferenceProviderContext = interface
[<System.Runtime.InteropServices.Guid("5B99FA62-EEAB-4048-ACCB-7A8EB569CBF5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsReferenceProviderContext = interface
Public Interface IVsReferenceProviderContext
Derived
Attributes

Properties

ProviderGuid

Gets the GUID of the reference provider.

ReferenceFilterPaths

Gets or sets a list of paths to references to be filtered. This property can be used to filter out specific files or directories from the references enumeration.

References

Gets a collection of references.

Methods

AddReference(IVsReference)

Adds a reference to the references collection.

CreateReference()

Creates a new reference.

Applies to