Udostępnij za pośrednictwem


PolicyAssertionCollection.InsertItem(Int32, XmlElement) Metoda

Definicja

Wstawia określone potwierdzenie zasad do kolekcji w określonym indeksie.

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)

Parametry

index
Int32

Indeks, w którym ma być wstawiony itemelement .

item
XmlElement

Asercji zasad do wstawienia pod adresem index. Asercji nie może mieć wartości null.

Dotyczy