System::Xml::Schema::XmlSchemaObjectCollection::Insert method

XmlSchemaObjectCollection::Insert method

将一个 XmlSchemaObject 插入到 XmlSchemaObjectCollection

void System::Xml::Schema::XmlSchemaObjectCollection::Insert(int32_t index, const SharedPtr<XmlSchemaObject> &item)
参数类型描述
索引int32_t应插入项目的零基索引。
itemconst SharedPtr<XmlSchemaObject>&要插入的 XmlSchemaObject

另见