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.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServiceHandler

public ref class ConnectedServiceHandler abstract 

NameDescription
System_CAPS_protmethodConnectedServiceHandler()

Initializes a new instance of the ConnectedServiceHandler class.

NameDescription
System_CAPS_pubmethodAddServiceInstanceAsync(ConnectedServiceHandlerContext^, CancellationToken)

Given a connected service instance, add the necessary files and SDKs to the project in order to enable the given service.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateServiceInstanceAsync(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.

Return to top
Show: