共用方式為


PolicyAssertionCollection.SetItem(Int32, XmlElement) 方法

定義

使用指定的原則判斷提示來取代指定索引處的原則判斷提示。

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。

適用於