IVsReferenceProviderContext Interface
Visual Studio 2015
Provides basic information about the context object used to initialize the reference provider.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | AddReference(IVsReference) | Adds a reference to the references collection. |
![]() | CreateReference() | Creates a new reference. |
Show:

