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 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 | |
---|---|---|
![]() |
ProjectCapabilities | Gets the project capabilities. |
![]() |
ProviderGuid | Gets the project capabilities. |
![]() |
ReferenceFilterPaths | Gets the reference filter paths. |
![]() |
References | Gets the references. |
![]() |
TargetFrameworkMoniker | Gets the target framework moniker. |
![]() |
TargetPlatformIdentifier | Gets the target platform identifier. |
![]() |
TargetPlatformVersion | Gets the target platform version. |
![]() |
VisualStudioVersion | Gets the Visual Studio version. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddReference | Adds the specified refrence. |
![]() |
CreateReference | Creates a reference. |
Top