ConnectedServiceProvider Class
A Managed Extensibility Framework (MEF) contract that is exported by extensions who wish to add new entries into the Add Connected Service dialog.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceProvider
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceProvider() | Initializes a new instance of the ConnectedServiceProvider class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Icon | Gets the icon that should be shown when displaying this ConnectedServiceProvider. |
![]() | 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. |
![]() | SupportedProjectTypes | |
![]() | Version | Gets the Version number of this ConnectedServiceProvider. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSupportedTechnologyLinks() | Gets a list of hyperlinks to display on the right side of the Connected Services Selection dialog under Supported technologies. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String^) | Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | 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.



