Add()

XmlSchemaObjectCollection::Add(const SharedPtr<XmlSchemaObject>&) method

Adds an XmlSchemaObject to the XmlSchemaObjectCollection.

int32_t System::Xml::Schema::XmlSchemaObjectCollection::Add(const SharedPtr<XmlSchemaObject> &item)

Arguments

ParameterTypeDescription
itemconst SharedPtr<XmlSchemaObject>&The XmlSchemaObject.

Return Value

The index at which the item has been added.

See Also