ConnectedServiceProvider Class

Visual Studio 2015
 

A Managed Extensibility Framework (MEF) contract that is exported by extensions who wish to add new entries into the Add Connected Service dialog.

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

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
    Microsoft.VisualStudio.ConnectedServices::ConnectedServiceProvider

public ref class ConnectedServiceProvider abstract : ConnectedServiceViewModelBase

NameDescription
System_CAPS_protmethodConnectedServiceProvider()

Initializes a new instance of the ConnectedServiceProvider class.

NameDescription
System_CAPS_pubpropertyCategory

Gets the category under which this ConnectedServiceProvider should be listed.

System_CAPS_pubpropertyCreatedBy

Gets the name of the organization or person that created this ConnectedServiceProvider.

System_CAPS_pubpropertyDescription

Gets more information about this ConnectedServiceProvider.

System_CAPS_pubpropertyIcon

Gets the icon that should be shown when displaying this ConnectedServiceProvider.

System_CAPS_pubpropertyMoreInfoUri

Gets a link to MSDN, Azure Portal, sign-up page, etc. if the name and description are not enough for the user to understand.

System_CAPS_pubpropertyName

Gets the human readable display name of this ConnectedServiceProvider.

System_CAPS_pubpropertySupportedProjectTypes

System_CAPS_pubpropertyVersion

Gets the Version number of this ConnectedServiceProvider.

NameDescription
System_CAPS_pubmethodCreateConfiguratorAsync(ConnectedServiceProviderContext^)

Creates the view model object used for displaying the service configuration dialog.

System_CAPS_pubmethodDispose()

Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSupportedTechnologyLinks()

Gets a list of hyperlinks to display on the right side of the Connected Services Selection dialog under Supported technologies.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnPropertyChanged(String^)

Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

Occurs when a property value changes.(Inherited from ConnectedServiceViewModelBase.)

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: