共用方式為


PerceptionStopFaceAuthenticationHandler 代理人

定義

當 PerceptionFaceAuthenticationGroup 結束臉部驗證模式時叫用。 只有在群組收到 PerceptionStartFaceAuthenticationHandler 之後,才會叫用它傳回 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 引進)

適用於