PolicyAssertionCollection.InsertItem(Int32, XmlElement) メソッド

定義

コレクション内の指定したインデックスの位置に、指定したポリシー アサーションを挿入します。

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

適用対象