CredentialCommandCredentialDeletedHandler Délégué

Définition

Représente la méthode appelée par le volet des paramètres du compte lorsque l’utilisateur supprime des informations d’identification.

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)

Paramètres

command
CredentialCommand

Commande d’informations d’identification qui correspond au délégué.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

S’applique à

Voir aussi