言語

TextRunInstance.ProcessedWithError プロパティ

定義

このTextRunInstanceに誤りが含まれているかどうかを示すBoolean値が得られます。

public:
 abstract property bool ProcessedWithError { bool get(); };
public abstract bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public MustOverride ReadOnly Property ProcessedWithError As Boolean

プロパティ値

true この TextRunInstance に誤りが含まれている場合、そうでなければ false

適用対象