System::Xml::Schema::XmlSchemaSet::get_IsCompiled 方法

XmlSchemaSet::get_IsCompiled method

返回一个值,指示 XML Schema 定义语言 (XSD) 架构在 XmlSchemaSet 中是否已编译。

bool System::Xml::Schema::XmlSchemaSet::get_IsCompiled()

ReturnValue

true if the schemas in the XmlSchemaSet have been compiled since the last time a schema was added or removed from the XmlSchemaSet; otherwise, false.

另见