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

XmlSchemaSet::get_IsCompiled method

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

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.

另见