SinglePageConfigurator2 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.
An interface that is implemented by a Connected Service provider
public ref class SinglePageConfigurator2 abstract : Microsoft::VisualStudio::ConnectedServices::SinglePageConfigurator
public abstract class SinglePageConfigurator2 : Microsoft.VisualStudio.ConnectedServices.SinglePageConfigurator
type SinglePageConfigurator2 = class
inherit SinglePageConfigurator
Public MustInherit Class SinglePageConfigurator2
Inherits SinglePageConfigurator
- Inheritance
-
SinglePageConfigurator2
Constructors
SinglePageConfigurator2() |
Properties
BusyIndicatorText |
Gets or sets text to display when ShowBusyIndicator is true (Inherited from SinglePageConfigurator) |
ConfiguredView |
Gets the custom UI to be displayed when the connected service is configured for the current project (Inherited from SinglePageConfigurator) |
Description |
Gets the description of the provider (Inherited from SinglePageConfigurator) |
IsFinishEnabled |
Gets or sets a value indicating whether a connected service can be configured (Inherited from SinglePageConfigurator) |
MessageLogger |
Gets a logger that logs messages in a UI (Inherited from SinglePageConfigurator) |
Properties |
Gets or sets a property bag that is passed in from a VS command |
ShowBusyIndicator |
Gets or sets a value indicating whether to display a busy indicator like a progress spinner (Inherited from SinglePageConfigurator) |
Title |
Gets the title of the provider (Inherited from SinglePageConfigurator) |
UnconfiguredView |
Gets the custom UI to be displayed when the connected service is not configured for the current project (Inherited from SinglePageConfigurator) |
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) |
GetFinishedServiceInstanceAsync(CancellationToken) |
Gets the Connected Service Instance that is selected by the user (Inherited from SinglePageConfigurator) |
OnPropertyChanged(String) |
Notifies clients that a property value has changed. (Inherited from ConnectedServiceViewModelBase) |
OnSelectedAccountChangedAsync(Account, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken) | (Inherited from SinglePageConfigurator) |
OnSelectedAccountChangedAsync(Object, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken) |
Method called when the selected account has changed (Inherited from SinglePageConfigurator) |
Events
PropertyChanged |
Occurs when a property value changes. (Inherited from ConnectedServiceViewModelBase) |