IWpfAccountPicker2 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって提供される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) |
アカウント ピッカー コントロールの親ウィンドウを更新します。 これは、アカウント ピッカーの作成後のホスト方法を変更した場合に変更される可能性があります。 |