System::Xml::Schema::XmlSchemaSimpleTypeUnion::get_BaseMemberTypes method

XmlSchemaSimpleTypeUnion::get_BaseMemberTypes method

Returns an array of XmlSchemaSimpleType objects representing the type of the simpleType element based on the XmlSchemaSimpleTypeUnion::get_BaseTypes and XmlSchemaSimpleTypeUnion::get_MemberTypes values of the simple type.

ArrayPtr<SharedPtr<XmlSchemaSimpleType>> System::Xml::Schema::XmlSchemaSimpleTypeUnion::get_BaseMemberTypes()

ReturnValue

An array of XmlSchemaSimpleType objects representing the type of the simpleType element.

See Also