C# Class AzureIoTHubConnectedService.AccountPicker

Interaction logic for AccountPicker.xaml
Inheritance: System.Windows.Controls.UserControl, IDisposable
Show file Open project: Azure/azure-iot-hub-vs-cs

Public Methods

Method Description
AccountPicker ( AccountPickerViewModel viewModel ) : Microsoft.VisualStudio.Services.Client.AccountManagement
Dispose ( ) : void

Private Methods

Method Description
AccountPickerHost_Loaded ( object sender, RoutedEventArgs e ) : void
Picker_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ViewModel_AuthenticationChanged ( object sender, EventArgs e ) : void

Method Details

AccountPicker() public method

public AccountPicker ( AccountPickerViewModel viewModel ) : Microsoft.VisualStudio.Services.Client.AccountManagement
viewModel AccountPickerViewModel
return Microsoft.VisualStudio.Services.Client.AccountManagement

Dispose() public method

public Dispose ( ) : void
return void