AccountPickerOptions Class
Represents the options used to create an account picker.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AccountPickerOptions(Window) | Obsolete.Initializes a new instance of the options. |
![]() | AccountPickerOptions(Window, String) | Initializes a new instance of the options used to create an account picker. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | UseWindowsPresentationFoundationStyle | Determines whether the picker will use styles based on Windows Presentation Framework. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


