Freigeben über


WebAccountProviderCommandInvokedHandler Delegat

Definition

Stellt die Methode dar, die aufgerufen wird, wenn der Benutzer ein Konto und eine bestimmte Aktion im Bereich "Kontoeinstellungen" auswählt.

public delegate void WebAccountProviderCommandInvokedHandler(WebAccountProviderCommand ^ command);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3084801319, 19599, 17117, 132, 218, 94, 196, 147, 171, 219, 154)]
class WebAccountProviderCommandInvokedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3084801319, 19599, 17117, 132, 218, 94, 196, 147, 171, 219, 154)]
public delegate void WebAccountProviderCommandInvokedHandler(WebAccountProviderCommand command);
var webAccountProviderCommandInvokedHandlerHandler = function(command){
/* Your code */
}
Public Delegate Sub WebAccountProviderCommandInvokedHandler(command As WebAccountProviderCommand)

Parameter

command
WebAccountProviderCommand

Der Anbieterbefehl, der für das Webkonto im Bereich "Konten" ausgeführt wird.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Gilt für:

Weitere Informationen