AccountPickerOptions Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

NameDescription
System_CAPS_pubpropertyCustomFilter

Represents the options used to create an account picker.

System_CAPS_pubpropertyHostId

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

System_CAPS_pubpropertyIsAuthenticationStateUIEnabled

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.

System_CAPS_pubpropertyIsCompactHeight

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

System_CAPS_pubpropertyParentWindow

Gets the window hosting the account picker.

System_CAPS_pubpropertyUseWindowsPresentationFoundationStyle

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

Return to top
Show: