ConnectedServiceHandler Class
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceHandler() | Initializes a new instance of the ConnectedServiceHandler class. |
| Name | Description | |
|---|---|---|
![]() | AddServiceInstanceAsync(ConnectedServiceHandlerContext^, CancellationToken) | Given a connected service instance, add the necessary files and SDKs to the project in order to enable the given service. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | UpdateServiceInstanceAsync(ConnectedServiceHandlerContext^, CancellationToken) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

