IWpfAccountPicker2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Gets a value indicating whether the 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. |