Share via


SinglePageConfigurator Class

Definition

An interface that is implemented by a Connected Service provider

public ref class SinglePageConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
public abstract class SinglePageConfigurator : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator
type SinglePageConfigurator = class
    inherit ConnectedServiceConfigurator
Public MustInherit Class SinglePageConfigurator
Inherits ConnectedServiceConfigurator
Inheritance
Derived

Constructors

SinglePageConfigurator()

Initializes a new instance of the SinglePageConfigurator class.

Properties

BusyIndicatorText

Gets or sets text to display when ShowBusyIndicator is true

ConfiguredView

Gets the custom UI to be displayed when the connected service is configured for the current project

Description

Gets the description of the provider

IsFinishEnabled

Gets or sets a value indicating whether a connected service can be configured

MessageLogger

Gets a logger that logs messages in a UI

ShowBusyIndicator

Gets or sets a value indicating whether to display a busy indicator like a progress spinner

Title

Gets the title of the provider

UnconfiguredView

Gets the custom UI to be displayed when the connected service is not configured for the current project

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

OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)
OnSelectedAccountChangedAsync(Account, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken)
OnSelectedAccountChangedAsync(Object, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken)

Method called when the selected account has changed

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to