Partilhar via


CredentialPickerOptions.ErrorCode Propriedade

Definição

Obtém ou define o código do erro.

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

Valor da propriedade

UInt32

unsigned int

uint32_t

Se diferente de zero, representa um valor ERROR_* status do Win32* que identifica as informações de erro a serem formatadas e exibidas na caixa de diálogo. O valor padrão será ERROR_SUCCESS se nenhum erro tiver ocorrido.

Aplica-se a