共用方式為


CredentialCommandCredentialDeletedHandler 代理人

定義

表示當使用者刪除認證時,帳戶設定窗格所叫用的方法。

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)

參數

command
CredentialCommand

與委派對應的認證命令。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於

另請參閱