idx_set()

XmlSchemaObjectCollection::idx_set(int32_t, SharedPtr<XmlSchemaObject>) method

Sets the XmlSchemaObject at the specified index.

virtual void System::Xml::Schema::XmlSchemaObjectCollection::idx_set(int32_t index, SharedPtr<XmlSchemaObject> value)

Arguments

ParameterTypeDescription
indexint32_tThe index of the XmlSchemaObject.
valueSharedPtr<XmlSchemaObject>The value to set.

See Also