CompiledTextRunInstance.ProcessedWithError 屬性

定義

取得 Boolean 值,指出在剖析 HTML 時是否發生錯誤。

public:
 virtual property bool ProcessedWithError { bool get(); };
public override bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public Overrides ReadOnly Property ProcessedWithError As Boolean

屬性值

Boolean

如果在剖析 HTML 時發生錯誤,則為 true,否則為 false

適用於