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.

IVsAccountManagementService::CreateWpfAccountPicker Method (AccountPickerOptions^)

 
Note: This API is now obsolete.

Creates a Windows Presentation Foundation account picker.

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

[ObsoleteAttribute("The method is deprecated, use CreateWpfAccountPickerAsync instead")]
IWpfAccountPicker^ CreateWpfAccountPicker(
	AccountPickerOptions^ options
)

Parameters

options
Type: Microsoft.VisualStudio.Shell::AccountPickerOptions^

The options used to create an account picker.

Return Value

Type: Microsoft.VisualStudio.Shell::IWpfAccountPicker^

A WPF account picker.

Return to top
Show: