IWpfAccountPicker 接口

定义

表示由提供的 Windows Presentation Foundation 帐户选取器控件 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
派生
实现

属性

Control

获取 Windows Presentation Foundation 帐户选取器控件。

SelectedAccount

获取或设置要为帐户选取器控件选择的帐户。

SelectedAccountAuthenticationState

确定 IWpfAccountPicker 是否需要重新进行身份验证。

适用于