CredentialCommandCredentialDeletedHandler Delegato

Definizione

Rappresenta il metodo richiamato dal riquadro delle impostazioni dell'account quando l'utente elimina una credenziale.

public delegate void CredentialCommandCredentialDeletedHandler(CredentialCommand ^ command);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1640030597, 2423, 18040, 180, 226, 152, 114, 122, 251, 238, 217)]
class CredentialCommandCredentialDeletedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1640030597, 2423, 18040, 180, 226, 152, 114, 122, 251, 238, 217)]
public delegate void CredentialCommandCredentialDeletedHandler(CredentialCommand command);
var credentialCommandCredentialDeletedHandlerHandler = function(command){
/* Your code */
}
Public Delegate Sub CredentialCommandCredentialDeletedHandler(command As CredentialCommand)

Parametri

command
CredentialCommand

Comando delle credenziali che corrisponde al delegato.

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)

Si applica a

Vedi anche