XmlElementAttributes.Insert(Int32, XmlElementAttribute) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向集合插入 XmlElementAttribute。
public:
void Insert(int index, System::Xml::Serialization::XmlElementAttribute ^ attribute);
public void Insert (int index, System.Xml.Serialization.XmlElementAttribute attribute);
public void Insert (int index, System.Xml.Serialization.XmlElementAttribute? attribute);
member this.Insert : int * System.Xml.Serialization.XmlElementAttribute -> unit
Public Sub Insert (index As Integer, attribute As XmlElementAttribute)
参数
- index
- Int32
从零开始的索引,在此处插入了成员。
- attribute
- XmlElementAttribute
要插入的 XmlElementAttribute。