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
插入的原則判斷提示。 判斷提示不得為 null。