System::Xml::Schema::XmlSchemaObjectCollection::Insert 方法

XmlSchemaObjectCollection::Insert method

将一个 XmlSchemaObject 插入到 XmlSchemaObjectCollection

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

另见