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)

Syntax

[ObsoleteAttribute("The method is deprecated, use CreateWpfAccountPickerAsync instead")]
IWpfAccountPicker CreateWpfAccountPicker(
    AccountPickerOptions options
)
[ObsoleteAttribute("The method is deprecated, use CreateWpfAccountPickerAsync instead")]
IWpfAccountPicker^ CreateWpfAccountPicker(
    AccountPickerOptions^ options
)
[<ObsoleteAttribute("The method is deprecated, use CreateWpfAccountPickerAsync instead")>]
abstract CreateWpfAccountPicker : 
        options:AccountPickerOptions -> IWpfAccountPicker
<ObsoleteAttribute("The method is deprecated, use CreateWpfAccountPickerAsync instead")>
Function CreateWpfAccountPicker (
    options As AccountPickerOptions
) As IWpfAccountPicker

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.IWpfAccountPicker

A WPF account picker.

See Also

IVsAccountManagementService Interface
Microsoft.VisualStudio.Shell Namespace

Return to top