IVsConnectedServiceInstanceReferenceProviderContext Interface

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
Public property ProjectCapabilities Gets the project capabilities.
Public property ProviderGuid Gets the project capabilities.
Public property ReferenceFilterPaths Gets the reference filter paths.
Public property References Gets the references.
Public property TargetFrameworkMoniker Gets the target framework moniker.
Public property TargetPlatformIdentifier Gets the target platform identifier.
Public property TargetPlatformVersion Gets the target platform version.
Public property VisualStudioVersion Gets the Visual Studio version.

Top

Methods

  Name Description
Public method AddReference Adds the specified refrence.
Public method CreateReference Creates a reference.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace