set_Content()

XmlSchemaSimpleContent::set_Content(SharedPtr<XmlSchemaContent>) method

Returns one of the XmlSchemaSimpleContentRestriction or XmlSchemaSimpleContentExtension.

void System::Xml::Schema::XmlSchemaSimpleContent::set_Content(SharedPtr<XmlSchemaContent> value) override

Arguments

ParameterTypeDescription
valueSharedPtr<XmlSchemaContent>The value to set.

See Also