set_SchemaAttribute()

XmlSchemaInfo::set_SchemaAttribute(const SharedPtr<XmlSchemaAttribute>&) method

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

void System::Xml::Schema::XmlSchemaInfo::set_SchemaAttribute(const SharedPtr<XmlSchemaAttribute> &value)

Arguments

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

See Also