CredentialCommandCredentialDeletedHandler Delegado

Definición

Representa el método invocado por el panel de configuración de la cuenta cuando el usuario elimina una credencial.

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)

Parámetros

command
CredentialCommand

Comando de credencial que corresponde al delegado.

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)

Se aplica a

Consulte también