AccountPickerOptions Class

Definition

Represents the options used to create an account picker.

public ref class AccountPickerOptions
[Windows::Foundation::Metadata::WebHostHidden]
class AccountPickerOptions
public class AccountPickerOptions
type AccountPickerOptions = class
Public Class AccountPickerOptions
Inheritance
AccountPickerOptions
Derived

Constructors

AccountPickerOptions(IntPtr, String)

Initializes a new instance of the options used to create an account picker.

AccountPickerOptions(Window, String)

Initializes a new instance of the options used to create an account picker.

Properties

CustomFilter

Represents the options used to create an account picker.

HostId

Gets a unique identifier for this host, usually the package GUID, that will be used when reporting telemetry

IsAuthenticationStateUIEnabled

Determines whether the picker will show UI to allow the user to reenter credentials if theIWpfAccountPicker.SelectedAccount needs re-authentication. This property is true by default.

IsCompactHeight

Determines whether the picker will be displayed in smaller height compared to the default height.

ParentWindow

Gets the window hosting the account picker.

ParentWindowHandle

Gets the parent window object.

UseWindowsPresentationFoundationStyle

Determines whether the picker will use styles based on Windows Presentation Framework.

Applies to