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 を指定できません。

適用対象