IAccountsSettingsPaneInterop interface (accountssettingspaneinterop.h)

Enables interoperability with a WinRT AccountsSettingsPane object and provides access to AccountsSettingsPane members to show the accounts pane.

Inheritance

The IAccountsSettingsPaneInterop interface inherits from the IInspectable interface.

Methods

The IAccountsSettingsPaneInterop interface has these methods.

 
IAccountsSettingsPaneInterop::GetForWindow

Gets an AccountsSettingsPane object for the window of the active application.
IAccountsSettingsPaneInterop::ShowAddAccountForWindowAsync

Displays the add accounts screen.
IAccountsSettingsPaneInterop::ShowManageAccountsForWindowAsync

Displays the manage accounts screen.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header accountssettingspaneinterop.h

See also

AccountsSettingsPane