CredentialPickerResults.ErrorCode 属性

定义

获取错误代码的值。

public:
 property unsigned int ErrorCode { unsigned int get(); };
uint32_t ErrorCode();
public uint ErrorCode { get; }
var uInt32 = credentialPickerResults.errorCode;
Public ReadOnly Property ErrorCode As UInteger

属性值

UInt32

unsigned int

uint32_t

错误代码的值。 如果操作状态指示失败,则此属性包含扩展错误信息。 如果操作状态为除失败以外的任何内容,则值为零。

适用于