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. Утверждение должно быть ненулевым.

Применяется к