ConnectedServicesManager Class

Definition

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

public ref class ConnectedServicesManager abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServicesManager abstract
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServicesManager abstract
public abstract class ConnectedServicesManager
type ConnectedServicesManager = class
Public MustInherit Class ConnectedServicesManager
Inheritance
ConnectedServicesManager

Constructors

ConnectedServicesManager()

This constructor supports unit testing your extension and is not intended to be used directly from your production code

Methods

CanConfigureService(String, String, IVsHierarchy)

Determines whether or not the specified provider can be configured on the specified project.

ConfigureServiceAsync(String, IVsHierarchy, ConfigureServiceOptions)

Configures a connected service in the specified project using the specified providerId.

GetConfiguredServices(IVsHierarchy)

Gets the connected services that have been configured in the specified project.

ShowConnectedServicesManager(IVsHierarchy)

Shows the Connected Services dialog as a modal popup.

Applies to