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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)]
[GuidAttribute("C9127230-28C1-413D-BDC5-39F3A700FCBD")]
public interface IVsConnectedServiceInstanceReferenceProviderContext : IVsReferenceProviderContext

NameDescription
System_CAPS_pubpropertyProjectCapabilities

Gets the project capabilities.

System_CAPS_pubpropertyProviderGuid

Gets the project capabilities.

System_CAPS_pubpropertyReferenceFilterPaths

Gets the reference filter paths.

System_CAPS_pubpropertyReferences

Gets the references.

System_CAPS_pubpropertyTargetFrameworkMoniker

Gets the target framework moniker.

System_CAPS_pubpropertyTargetPlatformIdentifier

Gets the target platform identifier.

System_CAPS_pubpropertyTargetPlatformVersion

Gets the target platform version.

System_CAPS_pubpropertyVisualStudioVersion

Gets the Visual Studio version.

NameDescription
System_CAPS_pubmethodAddReference(IVsReference)

Adds the specified refrence.

System_CAPS_pubmethodCreateReference()

Creates a reference.

Return to top
Show: