set_MemberTypes()

XmlSchemaSimpleTypeUnion::set_MemberTypes(const ArrayPtr<SharedPtr<XmlQualifiedName>>&) method

Sets the array of qualified member names of built-in data types or simpleType elements defined in this schema (or another schema indicated by the specified namespace).

void System::Xml::Schema::XmlSchemaSimpleTypeUnion::set_MemberTypes(const ArrayPtr<SharedPtr<XmlQualifiedName>> &value)

Arguments

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

See Also