IVsAccountManagementService.CreateWpfAccountPickerAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.