Microsoft.VisualStudio.ConnectedServices Namespace

Visual Studio 2015
 

The namespace of the Connected Services SDK (Microsoft.VisualStudio.ConnectedServices.dll) that enables a service provider to create a Visual Studio extension that adds the service to an app developer’s project through the Add Connected Services dialog.

ClassDescription
System_CAPS_pubclassAddFileOptions

The options that control the behavior when adding a file to a project.

System_CAPS_pubclassAddServiceInstanceResult

A result object that contains the information returned from the AddServiceInstanceAsync method.

System_CAPS_pubclassAuthenticationChangedEventArgs

An EventArgs class used when the authenticated state changes.

System_CAPS_pubclassConnectedServiceAuthenticator

Allows the user to authenticate to the service.

System_CAPS_pubclassConnectedServiceConfigurator

The view model object used for displaying the Connected Service configuration dialog.

System_CAPS_pubclassConnectedServiceContext
System_CAPS_pubclassConnectedServiceGrid

A ConnectedServiceProvider service that shows a grid of instances, where a single instance can be chosen to add to the current project.

System_CAPS_pubclassConnectedServiceHandler

A Managed Extensibility Framework (MEF) (MEF) contract implemented by Connected Service authors in order to add a service instance reference to the project, including adding files, SDKs, and code snippets.

System_CAPS_pubclassConnectedServiceHandlerContext

The context information and services given to ConnectedServiceHandlerinstances during UpdateServiceInstanceAsync and AddServiceInstanceAsync.

System_CAPS_pubclassConnectedServiceHandlerExportAttribute

Specifies that a type provides a ConnectedServiceContext export.

System_CAPS_pubclassConnectedServiceHandlerHelper

A class that contains helper methods that ConnectedServiceHandler objects commonly use.

System_CAPS_pubclassConnectedServiceHyperlinkAuthenticator

Obsolete.

System_CAPS_pubclassConnectedServiceInstance

A specific instance of a given service provided by the connected service provider.

System_CAPS_pubclassConnectedServiceLogger

A logging service which can be used to provide information to end user developers.

System_CAPS_pubclassConnectedServiceProvider

A Managed Extensibility Framework (MEF) contract that is exported by extensions who wish to add new entries into the Add Connected Service dialog.

System_CAPS_pubclassConnectedServiceProviderContext

The context information and services given to ConnectedServiceProvider instances during CreateConfiguratorAsync.

System_CAPS_pubclassConnectedServiceProviderExportAttribute

Specifies that a type provides a ConnectedServiceProvider export.

System_CAPS_pubclassConnectedServiceSinglePage

A ConnectedServiceConfigurator that shows completely custom UI in a single step.

System_CAPS_pubclassConnectedServicesManager

A MEF contract implemented by the Connected Services to expose externally callable Connected Services functionality.

System_CAPS_pubclassConnectedServiceUpdateContext

ConnectedServiceUpdateContext holds the information that is provided when a connected service is being updated.

System_CAPS_pubclassConnectedServiceViewModelBase

A base class for all view model objects used in Connected Services.

System_CAPS_pubclassConnectedServiceWizard

A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.

System_CAPS_pubclassConnectedServiceWizardPage

Represents a page, or step, in a wizard.

System_CAPS_pubclassEditableXmlConfigHelper

Provides methods for editing configuration settings in the user's project.

System_CAPS_pubclassGettingStartedDocument

Contains information for launching the Getting Started documentation.

System_CAPS_pubclassUpdateServiceInstanceResult

Contains information for launching GettingStarted information after UpdateServiceInstanceAsync has completed.

System_CAPS_pubclassWizardEnteringArgs

The event arguments to the ConnectedServiceWizardPage.OnPageEnteringAsync method.

System_CAPS_pubclassWizardLeavingArgs

The event arguments to the OnPageLeavingAsync method.

System_CAPS_pubclassWizardNavigationResult

System_CAPS_pubclassXmlConfigHelper

Provides methods for reading configuration settings in the user's project.

InterfaceDescription
System_CAPS_pubinterfaceIVsHierarchyCustomEvaluator

An optional interface that can be implemented by a ConnectedServiceHandler when it has an [ExportMetadata("CustomEvaluator", true)] attribute on it. This allows for any code to be written against the IVsHierarchy to indicate whether the handler supports the specified project.

EnumerationDescription
System_CAPS_pubenumLoggerMessageCategory

The severity level of a message logged by ILogger.

Return to top
Show: