다음을 통해 공유


SinglePageConfigurator 클래스

정의

연결된 서비스 공급자가 구현하는 인터페이스

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
상속
파생

생성자

SinglePageConfigurator()

SinglePageConfigurator 클래스의 새 인스턴스를 초기화합니다.

속성

BusyIndicatorText

가 true일 때 ShowBusyIndicator 표시할 텍스트를 가져오거나 설정합니다.

ConfiguredView

연결된 서비스가 현재 프로젝트에 대해 구성될 때 표시할 사용자 지정 UI를 가져옵니다.

Description

공급자에 대한 설명을 가져옵니다.

IsFinishEnabled

연결된 서비스를 구성할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

MessageLogger

UI에서 메시지를 기록하는 로거를 가져옵니다.

ShowBusyIndicator

진행률 회전자처럼 사용 중인 표시기를 표시할지 여부를 나타내는 값을 가져오거나 설정합니다.

Title

공급자의 제목을 가져옵니다.

UnconfiguredView

연결된 서비스가 현재 프로젝트에 대해 구성되지 않은 경우 표시할 사용자 지정 UI를 가져옵니다.

메서드

Dispose()

개체에서 사용하는 리소스를 모두 해제합니다.

(다음에서 상속됨 ConnectedServiceViewModelBase)
Dispose(Boolean)

개체에서 사용하는 관리되지 않는 리소스를 해제하고 관리되는 리소스를 선택적으로 해제합니다.

(다음에서 상속됨 ConnectedServiceViewModelBase)
GetFinishedServiceInstanceAsync(CancellationToken)

사용자가 선택한 연결된 서비스 인스턴스를 가져옵니다.

OnPropertyChanged(String)

속성 값이 변경되었음을 클라이언트에 알립니다.

(다음에서 상속됨 ConnectedServiceViewModelBase)
OnSelectedAccountChangedAsync(Account, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken)

연결된 서비스 공급자가 구현하는 인터페이스

OnSelectedAccountChangedAsync(Object, IEnumerable<IAzureRMSubscription>, FrameworkElement, CancellationToken)

선택한 계정이 변경될 때 호출되는 메서드

이벤트

PropertyChanged

속성 값이 변경될 때 발생합니다.

(다음에서 상속됨 ConnectedServiceViewModelBase)

적용 대상