set_SubstitutionGroup()

XmlSchemaElement::set_SubstitutionGroup(const SharedPtr<XmlQualifiedName>&) method

Sets the name of an element that is being substituted by this element.

void System::Xml::Schema::XmlSchemaElement::set_SubstitutionGroup(const SharedPtr<XmlQualifiedName> &value)

Arguments

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

See Also