Freigeben über


IVsAccountManagementService.CreateWpfAccountPickerAsync Methode

Definition

Erstellt eine Windows Presentation Foundation Kontoauswahl.

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Shell::IWpfAccountPicker ^> ^ CreateWpfAccountPickerAsync(Microsoft::VisualStudio::Shell::AccountPickerOptions ^ options);
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.IWpfAccountPicker> CreateWpfAccountPickerAsync (Microsoft.VisualStudio.Shell.AccountPickerOptions options);
abstract member CreateWpfAccountPickerAsync : Microsoft.VisualStudio.Shell.AccountPickerOptions -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Shell.IWpfAccountPicker>
Public Function CreateWpfAccountPickerAsync (options As AccountPickerOptions) As Task(Of IWpfAccountPicker)

Parameter

options
AccountPickerOptions

Die Zum Erstellen einer Kontoauswahl verwendeten Optionen.

Gibt zurück

Eine asynchrone Aufgabe zum Abrufen eines IWpfAccountPicker-instance.

Ausnahmen

Wenn options null ist.

Gilt für: