WebAccountCommandParameter Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WebAccountCommandParameter class.
public WebAccountCommandParameter(Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler invoked, Windows.UI.ApplicationSettings.SupportedWebAccountActions actions);
new CommunityToolkit.Authentication.WebAccountCommandParameter : Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler * Windows.UI.ApplicationSettings.SupportedWebAccountActions -> CommunityToolkit.Authentication.WebAccountCommandParameter
Public Sub New (invoked As WebAccountCommandInvokedHandler, actions As SupportedWebAccountActions)
Parameters
- invoked
- Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler
The delegate that's invoked when the user selects an account and a specific action in the account settings pane.
- actions
- Windows.UI.ApplicationSettings.SupportedWebAccountActions
The actions that the command performs on the web account in the accounts pane.