Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AccountPickerOptions Constructor (Window^)

 
Note: This API is now obsolete.

Initializes a new instance of the options.

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

public:
[ObsoleteAttribute("This constructor is obsolete and will be removed in favor of the version that takes hostId", 
	true)]
AccountPickerOptions(
	Window^ parentWindow
)

Parameters

parentWindow
Type: System.Windows::Window^

The window hosting the account picker.

Return to top
Show: