ConnectedServicesManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Instances of this class are provided by the Connected Services infrastructure. It is not intended that you inherit from this class from your production code.
Constructors
ConnectedServicesManager() |
Initializes a new instance of the ConnectedServicesManager class. 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. |