Interface IError

Interface IError

Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)

Rozhraní popisuje chybu validace

[ComVisible(true)]
public interface IError

Vlastnosti

ErrorMessage

Zpráva o chybě nebo varování.

string ErrorMessage { get; }

Hodnota vlastnosti

string

ErrorType

vrací číselnou hodnotu typu chyby

ushort ErrorType { get; }

Hodnota vlastnosti

ushort

ErrorTypeName

Prezentace popisu objektu

string ErrorTypeName { get; }

Hodnota vlastnosti

string

Success

Vrací výsledek kritéria.

bool Success { get; }

Hodnota vlastnosti

bool

Target

Vrací html nebo css objekt s chybou

Target Target { get; }

Hodnota vlastnosti

Target

 Čeština