IWpfAccountPicker Interface

Definition

Represents the Windows Presentation Foundation account picker control provided by IVsAccountManagementService.

public interface class IWpfAccountPicker : IDisposable, System::ComponentModel::INotifyPropertyChanged
public interface IWpfAccountPicker : IDisposable, System.ComponentModel.INotifyPropertyChanged
type IWpfAccountPicker = interface
    interface IDisposable
    interface INotifyPropertyChanged
Public Interface IWpfAccountPicker
Implements IDisposable, INotifyPropertyChanged
Derived
Implements

Properties

Control

Gets the Windows Presentation Foundation account picker control.

SelectedAccount

Gets or sets the account being selected for the account picker control.

SelectedAccountAuthenticationState

Determines whether the IWpfAccountPicker.SelectedAccount needs re-authentication.

Applies to