WebAccountProviderCommand 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 WebAccountProviderCommand class.
public:
WebAccountProviderCommand(WebAccountProvider ^ webAccountProvider, WebAccountProviderCommandInvokedHandler ^ invoked);
WebAccountProviderCommand(WebAccountProvider const& webAccountProvider, WebAccountProviderCommandInvokedHandler const& invoked);
public WebAccountProviderCommand(WebAccountProvider webAccountProvider, WebAccountProviderCommandInvokedHandler invoked);
function WebAccountProviderCommand(webAccountProvider, invoked)
Public Sub New (webAccountProvider As WebAccountProvider, invoked As WebAccountProviderCommandInvokedHandler)
Parameters
- webAccountProvider
- WebAccountProvider
The web account provider.
The delegate that handles the provider command.