System::Xml::Schema::XmlSchemaElement::set_SchemaType 方法

XmlSchemaElement::set_SchemaType method

设置元素的类型。它可以是复合类型或简单类型。

void System::Xml::Schema::XmlSchemaElement::set_SchemaType(const SharedPtr<XmlSchemaType> &value)
参数类型描述
const SharedPtr<XmlSchemaType>&要设置的值。

另见