IWpfAccountPicker2 接口

定义

表示 提供的IVsAccountManagementServiceWindows Presentation Foundation帐户选取器控件。

public interface class IWpfAccountPicker2 : IDisposable, Microsoft::VisualStudio::Shell::IWpfAccountPicker, System::ComponentModel::INotifyPropertyChanged
public interface IWpfAccountPicker2 : IDisposable, Microsoft.VisualStudio.Shell.IWpfAccountPicker, System.ComponentModel.INotifyPropertyChanged
type IWpfAccountPicker2 = interface
    interface IWpfAccountPicker
    interface IDisposable
    interface INotifyPropertyChanged
Public Interface IWpfAccountPicker2
Implements IDisposable, INotifyPropertyChanged, IWpfAccountPicker
实现

属性

Control

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

(继承自 IWpfAccountPicker)
SelectedAccount

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

(继承自 IWpfAccountPicker)
SelectedAccountAuthenticationState

获取一个值, SelectedAccount 该值指示是否需要重新身份验证。

(继承自 IWpfAccountPicker)

方法

UpdateParentWindow(Object)

更新帐户选取器控件的父窗口。 如果在创建帐户选取器后更改其托管方式,则这可能会更改。

适用于