次の方法で共有


IWpfAccountPicker2 インターフェイス

定義

によって提供されるWindows Presentation Foundation アカウント ピッカー コントロールをIVsAccountManagementService表します。

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)

アカウント ピッカー コントロールの親ウィンドウを更新します。 これは、アカウント ピッカーの作成後のホスト方法を変更した場合に変更される可能性があります。

適用対象