Interface IError

Interface IError

Pôvodný názov: Aspose.Html.Accessibility Zhromaždenie: Aspose.HTML.dll (25.4.0)

Rozhranie popisuje chybu validácie

[ComVisible(true)]
public interface IError

Properties

ErrorMessage

Oznámenie o chybách alebo upozornení.

string ErrorMessage { get; }

Hodnota nehnuteľnosti

string

ErrorType

vráti číselnú hodnotu typu chyby

ushort ErrorType { get; }

Hodnota nehnuteľnosti

ushort

ErrorTypeName

Prezentácia popis objektu

string ErrorTypeName { get; }

Hodnota nehnuteľnosti

string

Success

Vráti sa výsledok kritéria.

bool Success { get; }

Hodnota nehnuteľnosti

bool

Target

Vráťte objekt HTML alebo CSS s chybou

Target Target { get; }

Hodnota nehnuteľnosti

Target

 Slovenčina