ConnectedServiceProvider Class

Definition

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

public ref class ConnectedServiceProvider abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceProvider abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceProvider abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
public abstract class ConnectedServiceProvider : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceViewModelBase
type ConnectedServiceProvider = class
    inherit ConnectedServiceViewModelBase
Public MustInherit Class ConnectedServiceProvider
Inherits ConnectedServiceViewModelBase
Inheritance
ConnectedServiceProvider

Constructors

ConnectedServiceProvider()

Initializes a new instance of the ConnectedServiceProvider class.

Properties

Category

Gets the category under which this ConnectedServiceProvider should be listed.

CreatedBy

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

Description

Gets more information about this ConnectedServiceProvider.

DescriptiveName
HasModelessUI
Icon

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

Id
MoreInfoUri

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

Name

Gets the human readable display name of this ConnectedServiceProvider.

SupportsUpdate
Version

Gets the Version number of this ConnectedServiceProvider.

Methods

CreateConfiguratorAsync(ConnectedServiceProviderContext)

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

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean) (Inherited from ConnectedServiceViewModelBase)
GetSupportedTechnologyLinks()

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

OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)
SetMetadata(String, Boolean)

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to