IVsAccountManagementService.CreateWpfAccountPickerAsync Método
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um seletor de conta 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)
- options
- AccountPickerOptions
As opções usadas para criar um seletor de conta.
Uma tarefa assíncrona para obter uma instância IWpfAccountPicker.
Se options
for nulo.