Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The context object used to initialize the file reference provider.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("1D594BAA-05BC-4882-B118-4CA95AD56E41")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsFileReferenceProviderContext _
    Inherits IVsReferenceProviderContext
[GuidAttribute("1D594BAA-05BC-4882-B118-4CA95AD56E41")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFileReferenceProviderContext : IVsReferenceProviderContext
[GuidAttribute(L"1D594BAA-05BC-4882-B118-4CA95AD56E41")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsFileReferenceProviderContext : IVsReferenceProviderContext
[<GuidAttribute("1D594BAA-05BC-4882-B118-4CA95AD56E41")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFileReferenceProviderContext =  
    interface 
        interface IVsReferenceProviderContext 
    end
public interface IVsFileReferenceProviderContext extends IVsReferenceProviderContext
The IVsFileReferenceProviderContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BrowseFilter | Gets or sets the file types to filter, such as *.dll, *.ocx, and so on. | 
| .gif) | DefaultBrowseLocation | Gets or sets the default browse location. If this property returns a non-empty string, reference manager uses the passed in value instead of the last browsed location. | 
| .gif) | ProviderGuid | |
| .gif) | ReferenceFilterPaths | |
| .gif) | References | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddReference | |
| .gif) | CreateReference | 
Top