XmlSchemaSet.IsCompiled 属性

定义

获取一个值指示 XmlSchemaSet 中的 XML 架构定义语言 (XSD) 架构是否已编译的值。

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

属性值

Boolean

如果 XmlSchemaSet 中的架构自上次在 XmlSchemaSet 中添加或移除以来已被编译,则为 true;否则为 false

示例

有关属性的示例 IsCompiled ,请参阅 Reprocess 该方法。

注解

如果架构在 IsCompiled 中编辑,XmlSchemaSet 属性不受影响。 不跟踪对 XmlSchemaSet 中各个架构的更新。 因此,只要 IsCompiled 中没有添加或移除任何架构,即使 true 中包含的一个架构已更改,XmlSchemaSet 属性也可以为 XmlSchemaSet

适用于

另请参阅