System::Xml::Schema::XmlSchemaComplexType::get_IsAbstract 方法

XmlSchemaComplexType::get_IsAbstract method

返回决定 complexType 元素是否可以在实例文档中使用的信息。

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

ReturnValue

如果 true,则元素不能直接使用此 complexType 元素,必须使用从此 complexType 元素派生的复合类型。默认值为 false。可选。

另见