IWpfAccountPicker2 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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éé. |