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