共用方式為


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)

更新帳戶選擇器控件的父視窗。 如果您變更帳戶選擇器在建立後裝載的方式,這可能會變更。

適用於