次の方法で共有


CredentialPickerOptions.ErrorCode プロパティ

定義

エラー コードを取得します。値の設定も可能です。

public:
 property unsigned int ErrorCode { unsigned int get(); void set(unsigned int value); };
uint32_t ErrorCode();

void ErrorCode(uint32_t value);
public uint ErrorCode { get; set; }
var uInt32 = credentialPickerOptions.errorCode;
credentialPickerOptions.errorCode = uInt32;
Public Property ErrorCode As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

0 以外の場合は、書式設定してダイアログ ボックスに表示するエラー情報を識別する Win32 ERROR_* 状態値を表します。 エラーが発生しなかった場合、既定値はERROR_SUCCESSされます。

適用対象