PolicyAssertionCollection.InsertItem(Int32, XmlElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定策略断言插入到集合中的指定索引处。
protected:
override void InsertItem(int index, System::Xml::XmlElement ^ item);
protected override void InsertItem (int index, System.Xml.XmlElement item);
override this.InsertItem : int * System.Xml.XmlElement -> unit
Protected Overrides Sub InsertItem (index As Integer, item As XmlElement)
参数
- index
- Int32
要插入 item
的位置的索引。
- item
- XmlElement
要在 index
处插入的策略断言。 该断言不能为空。