Interface ITechniqueResult
Interface ITechniqueResult
Namespace: Aspose.Html.Accessibility
Assembly: Aspose.HTML.dll (25.1.0)
מתאר את התוצאה של אימות הטכניקה.
[ComVisible(true)]
public interface ITechniqueResult
Properties
Error
אובייקט שגיאה שמממש את הממשק IError
IError Error { get; }
Property Value
Rule
הכלל שנבדק
IRule Rule { get; }
Property Value
Success
מחזיר את תוצאת הקריטריון.
bool Success { get; }