Share via


ConnectedServiceSinglePage Class

Definition

A ConnectedServiceConfigurator that shows completely custom UI in a single step.

public ref class ConnectedServiceSinglePage abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceSinglePage abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceSinglePage abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
public abstract class ConnectedServiceSinglePage : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator
type ConnectedServiceSinglePage = class
    inherit ConnectedServiceConfigurator
Public MustInherit Class ConnectedServiceSinglePage
Inherits ConnectedServiceConfigurator
Inheritance

Constructors

ConnectedServiceSinglePage()

Initializes a new instance of the ConnectedServiceSinglePage class.

Properties

Description

Gets or sets the description of the page that is shown at the top of the dialog.

DisableScrollBars

Gets or sets a value indicating whether or not the default scroll bar functionality for the page should be disabled.

IsFinishEnabled

Gets or sets a value indicating whether the ConnectedServiceSinglePage.GetFinishedServiceInstanceAsync() can be invoked.

Title

Gets or sets the title of the page that is shown at the top of the dialog.

View

Gets or sets the WPF UI Element that describes the content of the page.

Methods

CreateAuthenticatorAsync()

Creates the ConnectedServiceAuthenticator that allows users to log into the service.

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()

The method that is invoked when the user gestures that they are finished configuring the service and want their project updated. This method will return a “finished” service instance that will be passed off to the Handler.

OnPageLeavingAsync()

OnPageLeavingAsync is called on a ConnectedServiceSinglePage when the user is navigating away from the page. This occurs before ConnectedServiceSinglePage.GetFinishedServiceInstanceAsync() is invoked and allows the dialog to perform extra validation before navigating away from the page.

OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to