System::Xml::Schema::XmlSchemaElement::get_IsAbstract 方法

XmlSchemaElement::get_IsAbstract method

返回信息以指示元素是否可以在实例文档中使用。

bool System::Xml::Schema::XmlSchemaElement::get_IsAbstract()

ReturnValue

如果 true,该元素不能出现在实例文档中。默认是 false。可选。

另见