Partager via


IVsAccountManagementService.CreateWpfAccountPickerAsync Méthode

Définition

Crée un sélecteur de compte Windows Presentation Foundation.

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)

Paramètres

options
AccountPickerOptions

Options utilisées pour créer un sélecteur de compte.

Retours

Tâche asynchrone pour obtenir un instance IWpfAccountPicker.

Exceptions

Si options a la valeur Null.

S’applique à