The context for the connected service reference provider.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C9127230-28C1-413D-BDC5-39F3A700FCBD")> _
Public Interface IVsConnectedServiceInstanceReferenceProviderContext _
    Inherits IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C9127230-28C1-413D-BDC5-39F3A700FCBD")]
public interface IVsConnectedServiceInstanceReferenceProviderContext : IVsReferenceProviderContext
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C9127230-28C1-413D-BDC5-39F3A700FCBD")]
public interface class IVsConnectedServiceInstanceReferenceProviderContext : IVsReferenceProviderContext
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C9127230-28C1-413D-BDC5-39F3A700FCBD")>]
type IVsConnectedServiceInstanceReferenceProviderContext =  
    interface 
        interface IVsReferenceProviderContext 
    end
public interface IVsConnectedServiceInstanceReferenceProviderContext extends IVsReferenceProviderContext
The IVsConnectedServiceInstanceReferenceProviderContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ProjectCapabilities | Gets the project capabilities. | 
| .gif) | ProviderGuid | Gets the project capabilities. | 
| .gif) | ReferenceFilterPaths | Gets the reference filter paths. | 
| .gif) | References | Gets the references. | 
| .gif) | TargetFrameworkMoniker | Gets the target framework moniker. | 
| .gif) | TargetPlatformIdentifier | Gets the target platform identifier. | 
| .gif) | TargetPlatformVersion | Gets the target platform version. | 
| .gif) | VisualStudioVersion | Gets the Visual Studio version. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddReference | Adds the specified refrence. | 
| .gif) | CreateReference | Creates a reference. | 
Top