次の方法で共有


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

プロパティ値

この TextRunInstance にエラーが含まれている場合は true、含まれていない場合は false

適用対象