WebAccountCommandInvokedHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il metodo richiamato quando l'utente seleziona un account e un'azione specifica nel riquadro impostazioni account.
public delegate void WebAccountCommandInvokedHandler(WebAccountCommand ^ command, WebAccountInvokedArgs ^ args);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(518448217, 5893, 19098, 181, 153, 160, 195, 214, 146, 25, 115)]
class WebAccountCommandInvokedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(518448217, 5893, 19098, 181, 153, 160, 195, 214, 146, 25, 115)]
public delegate void WebAccountCommandInvokedHandler(WebAccountCommand command, WebAccountInvokedArgs args);
var webAccountCommandInvokedHandlerHandler = function(command, args){
/* Your code */
}
Public Delegate Sub WebAccountCommandInvokedHandler(command As WebAccountCommand, args As WebAccountInvokedArgs)
Parametri
- command
- WebAccountCommand
Comando eseguito sull'account Web nel riquadro account.
Dati per il comando.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
|