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