AccountPickerOptions Class

Visual Studio 2015
 

Represents the options used to create an account picker.

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

System.Object
  Microsoft.VisualStudio.Shell.AccountPickerOptions

public class AccountPickerOptions

NameDescription
System_CAPS_pubmethodAccountPickerOptions(Window)

Obsolete.Initializes a new instance of the options.

System_CAPS_pubmethodAccountPickerOptions(Window, String)

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

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: