IVsReferenceProviderContext Interface

 

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

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("5B99FA62-EEAB-4048-ACCB-7A8EB569CBF5")]
public interface IVsReferenceProviderContext

NameDescription
System_CAPS_pubpropertyProviderGuid

Gets the GUID of the reference provider.

System_CAPS_pubpropertyReferenceFilterPaths

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.

System_CAPS_pubpropertyReferences

Gets a collection of references.

NameDescription
System_CAPS_pubmethodAddReference(IVsReference)

Adds a reference to the references collection.

System_CAPS_pubmethodCreateReference()

Creates a new reference.

Return to top
Show: