Partager via


IWpfAccountPicker2 Interface

Définition

Représente le contrôle de sélecteur de compte Windows Presentation Foundation fourni par 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
Implémente

Propriétés

Control

Obtient le contrôle de sélecteur de compte Windows Presentation Foundation.

(Hérité de IWpfAccountPicker)
SelectedAccount

Obtient ou définit le compte sélectionné pour le contrôle sélecteur de compte.

(Hérité de IWpfAccountPicker)
SelectedAccountAuthenticationState

Obtient une valeur indiquant si doit SelectedAccount être ré-authentification.

(Hérité de IWpfAccountPicker)

Méthodes

UpdateParentWindow(Object)

Mettez à jour la fenêtre parente du contrôle sélecteur de compte. Cela peut changer si vous modifiez la façon dont le sélecteur de comptes est hébergé après l’avoir créé.

S’applique à