IWpfAccountPicker 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 IWpfAccountPicker : IDisposable, System::ComponentModel::INotifyPropertyChanged
public interface IWpfAccountPicker : IDisposable, System.ComponentModel.INotifyPropertyChanged
type IWpfAccountPicker = interface
interface IDisposable
interface INotifyPropertyChanged
Public Interface IWpfAccountPicker
Implements IDisposable, INotifyPropertyChanged
- Derived
- Implements
Properties
Control |
Gets the Windows Presentation Foundation account picker control. |
SelectedAccount |
Gets or sets the account being selected for the account picker control. |
SelectedAccountAuthenticationState |
Gets a value indicating whether the SelectedAccount needs re-authentication. |