IVsConnectedServiceInstanceReferenceProviderContext Interface

Definition

The context for the connected service reference provider.

public interface class IVsConnectedServiceInstanceReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
public interface class IVsConnectedServiceInstanceReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
__interface IVsConnectedServiceInstanceReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("C9127230-28C1-413D-BDC5-39F3A700FCBD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType]
public interface IVsConnectedServiceInstanceReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("C9127230-28C1-413D-BDC5-39F3A700FCBD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsConnectedServiceInstanceReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("C9127230-28C1-413D-BDC5-39F3A700FCBD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType>]
type IVsConnectedServiceInstanceReferenceProviderContext = interface
    interface IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("C9127230-28C1-413D-BDC5-39F3A700FCBD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsConnectedServiceInstanceReferenceProviderContext = interface
    interface IVsReferenceProviderContext
Public Interface IVsConnectedServiceInstanceReferenceProviderContext
Implements IVsReferenceProviderContext
Attributes
Implements

Properties

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.

Methods

AddReference(IVsReference)

Adds the specified refrence.

CreateReference()

Creates a reference.

Applies to