Share via


PerceptionStopFaceAuthenticationHandler Délégué

Définition

Appelé lorsqu’un PerceptionFaceAuthenticationGroup quitte le mode d’authentification des visages. Cela ne sera appelé qu’une fois que le groupe a reçu un paramètre PerceptionStartFaceAuthenticationHandler à partir duquel il a retourné true.

public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup ^ sender);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
class PerceptionStopFaceAuthenticationHandler : MulticastDelegate
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
/// [Windows.Foundation.Metadata.Deprecated("PerceptionStopFaceAuthenticationHandler may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
class PerceptionStopFaceAuthenticationHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup sender);
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(947840682, 35277, 18462, 170, 222, 221, 146, 247, 11, 42, 215)]
[Windows.Foundation.Metadata.Deprecated("PerceptionStopFaceAuthenticationHandler may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public delegate void PerceptionStopFaceAuthenticationHandler(PerceptionFaceAuthenticationGroup sender);
var perceptionStopFaceAuthenticationHandlerHandler = function(sender){
/* Your code */
}
Public Delegate Sub PerceptionStopFaceAuthenticationHandler(sender As PerceptionFaceAuthenticationGroup)

Paramètres

sender
PerceptionFaceAuthenticationGroup

PerceptionFaceAuthenticationGroup associé qui a été inscrit.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

S’applique à