System::Xml::Schema::XmlSchemaElement::set_DefaultValue 方法

XmlSchemaElement::set_DefaultValue method

如果元素的内容是简单类型或元素的内容为 textOnly,则设置该元素的默认值。

void System::Xml::Schema::XmlSchemaElement::set_DefaultValue(const String &value)
参数类型描述
const String&要设置的值。

另见