ConnectedServiceConfigurator 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.
The view model object used for displaying the Connected Service configuration dialog.
public ref class ConnectedServiceConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceViewModelBase
public abstract class ConnectedServiceConfigurator : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceViewModelBase
type ConnectedServiceConfigurator = class
inherit ConnectedServiceViewModelBase
Public MustInherit Class ConnectedServiceConfigurator
Inherits ConnectedServiceViewModelBase
- Inheritance
- Derived
Remarks
Extensions need to derive from one of the classes derived from this class.
Methods
Dispose() |
Releases all resources used by the object. (Inherited from ConnectedServiceViewModelBase) |
Dispose(Boolean) |
Releases the unmanaged resources used by the object and optionally releases the managed resources. (Inherited from ConnectedServiceViewModelBase) |
OnPropertyChanged(String) |
Notifies clients that a property value has changed. (Inherited from ConnectedServiceViewModelBase) |
Events
PropertyChanged |
Occurs when a property value changes. (Inherited from ConnectedServiceViewModelBase) |