ParagraphInstance.IsCompiled 屬性

定義

會得到 Boolean 一個值,表示這 ParagraphInstance 是否屬於 CompiledParagraphInstance

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

屬性值

true 若為 ParagraphInstanceCompiledParagraphInstance;否則, false

適用於