Share via


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

エラー コードの値。 操作の状態がエラーを示す場合、このプロパティには拡張エラー情報が含まれます。 操作の状態が失敗を除く何かである場合、値は 0 です。

適用対象