System::Xml::Schema::XmlSchemaObjectCollection::Add 方法

XmlSchemaObjectCollection::Add method

将一个 XmlSchemaObject 添加到 XmlSchemaObjectCollection

int32_t System::Xml::Schema::XmlSchemaObjectCollection::Add(const SharedPtr<XmlSchemaObject> &item)
参数类型描述
itemconst SharedPtr<XmlSchemaObject>&XmlSchemaObject

ReturnValue

已添加项目的索引。

另见