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 COM reference provider.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("8F310644-1D6A-4982-9D3D-C328A1384B43")> _
Public Interface IVsComReferenceProviderContext _
    Inherits IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("8F310644-1D6A-4982-9D3D-C328A1384B43")]
public interface IVsComReferenceProviderContext : IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"8F310644-1D6A-4982-9D3D-C328A1384B43")]
public interface class IVsComReferenceProviderContext : IVsReferenceProviderContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("8F310644-1D6A-4982-9D3D-C328A1384B43")>]
type IVsComReferenceProviderContext =  
    interface 
        interface IVsReferenceProviderContext 
    end
public interface IVsComReferenceProviderContext extends IVsReferenceProviderContext
The IVsComReferenceProviderContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ProviderGuid | |
| .gif) | ReferenceFilterPaths | |
| .gif) | References | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddReference | |
| .gif) | CreateReference | 
Top