ConnectedServiceCustomUIConfigurator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ConnectedServiceCustomUIConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceUILess
public abstract class ConnectedServiceCustomUIConfigurator : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUILess
type ConnectedServiceCustomUIConfigurator = class
inherit ConnectedServiceUILess
Public MustInherit Class ConnectedServiceCustomUIConfigurator
Inherits ConnectedServiceUILess
- Inheritance
-
ConnectedServiceCustomUIConfigurator
Constructors
| ConnectedServiceCustomUIConfigurator() |
Methods
| Dispose() |
Releases all resources used by the object. (Inherited from ConnectedServiceViewModelBase) |
| Dispose(Boolean) | (Inherited from ConnectedServiceViewModelBase) |
| GetFinishedServiceInstanceAsync() |
The method that is invoked to retrieve the ConnectedServiceInstance that should be configured in the project. This method will return a “finished” service instance that will be passed off to the Handler. (Inherited from ConnectedServiceUILess) |
| OnPropertyChanged(String) |
Notifies clients that a property value has changed. (Inherited from ConnectedServiceViewModelBase) |
| ShowCustomUI() | |
Events
| PropertyChanged |
Occurs when a property value changes. (Inherited from ConnectedServiceViewModelBase) |