System::Xml::Schema::XmlSchemaElement::get_DefaultValue method

XmlSchemaElement::get_DefaultValue method

如果元素的内容是 simple type,或元素的内容为 textOnly,则返回该元素的默认值。

String System::Xml::Schema::XmlSchemaElement::get_DefaultValue()

ReturnValue

该元素的默认值。默认是 nullptr。可选。

另见