Class ValidationResult

Class ValidationResult

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

主な結果クラスで、AccessibilityRulesオブジェクトからのすべての基準の結果を含みます。

[ComVisible(true)]
public class ValidationResult

継承

objectValidationResult

継承されたメンバー

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

プロパティ

詳細

検証結果の詳細

public IList<rulevalidationresult> Details { get; }

プロパティ値

IList<RuleValidationResult&gt;

成功

検証の結果。

public bool Success { get; }

プロパティ値

bool

メソッド

SaveTo(TextWriter, ValidationResultSaveFormat)

検証結果をSystem.IO.TextWriterオブジェクトに保存します。

public void SaveTo(TextWriter writer, ValidationResultSaveFormat format)

パラメーター

writer TextWriter

System.IO.TextWriterのオブジェクト

format ValidationResultSaveFormat

検証結果が保存される形式

SaveTo(TextWriter)

検証結果をSystem.IO.TextWriterオブジェクトに保存します。

public void SaveTo(TextWriter writer)

パラメーター

writer TextWriter

System.IO.TextWriterのオブジェクト

SaveToString()

検証結果を文字列に保存します。

public string SaveToString()

戻り値

string

結果の文字列

 日本語