CompiledTextRunInstance.ProcessedWithError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean
value that indicates whether an error occurred while parsing the HTML.
public:
virtual property bool ProcessedWithError { bool get(); };
public override bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public Overrides ReadOnly Property ProcessedWithError As Boolean
Property Value
true
if an error occurred while parsing the HTML; otherwise, false
.