PolicyAssertionCollection.SetItem(Int32, XmlElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的原則判斷提示來取代指定索引處的原則判斷提示。
protected:
override void SetItem(int index, System::Xml::XmlElement ^ item);
protected override void SetItem (int index, System.Xml.XmlElement item);
override this.SetItem : int * System.Xml.XmlElement -> unit
Protected Overrides Sub SetItem (index As Integer, item As XmlElement)
參數
- index
- Int32
包含要取代的判斷提示的索引。
- item
- XmlElement
要取代已經在 index
的判斷提示的原則判斷提示。 判斷提示不得為 null。