PerceptionStopFaceAuthenticationHandler 委托

定义

当 PerceptionFaceAuthenticationGroup 退出人脸身份验证模式时调用。 仅当组收到从中返回 true 的 PerceptionStartFaceAuthenticationHandler 后,才会调用它。

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)

参数

sender
PerceptionFaceAuthenticationGroup

已注册的关联 PerceptionFaceAuthenticationGroup。

属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

适用于