ConnectedServicesManager Class

Visual Studio 2015
 

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

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

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServicesManager

public ref class ConnectedServicesManager abstract 

NameDescription
System_CAPS_protmethodConnectedServicesManager()

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

NameDescription
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_pubmethodShowConnectedServicesManager(IVsHierarchy^)

Shows the Connected Services dialog as a modal popup.

System_CAPS_pubmethodShowProviderConfigurationDialogAsync(String^, IVsHierarchy^)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: