set_SchemaElement()

XmlSchemaInfo::set_SchemaElement(const SharedPtr<XmlSchemaElement>&) method

Sets the compiled XmlSchemaElement object that corresponds to this validated XML node.

void System::Xml::Schema::XmlSchemaInfo::set_SchemaElement(const SharedPtr<XmlSchemaElement> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<XmlSchemaElement>&The value to set.

See Also