IVsReferenceProviderContext 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.
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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
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(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
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. |