IWpfAccountPicker2 Interface

Definition

Represents the Windows Presentation Foundation account picker control provided by 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
Implements

Properties

Control

Gets the Windows Presentation Foundation account picker control.

(Inherited from IWpfAccountPicker)
SelectedAccount

Gets or sets the account being selected for the account picker control.

(Inherited from IWpfAccountPicker)
SelectedAccountAuthenticationState

Determines whether the IWpfAccountPicker.SelectedAccount needs re-authentication.

(Inherited from IWpfAccountPicker)

Methods

UpdateParentWindow(Object)

Update the parent window for the account picker control. This may change if you change how the Account picker is hosted after creating it.

Applies to