XmlAnyElementAttributes.Insert(Int32, XmlAnyElementAttribute) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wstawia element XmlAnyElementAttribute do kolekcji w określonym indeksie.
public:
void Insert(int index, System::Xml::Serialization::XmlAnyElementAttribute ^ attribute);
public void Insert (int index, System.Xml.Serialization.XmlAnyElementAttribute attribute);
public void Insert (int index, System.Xml.Serialization.XmlAnyElementAttribute? attribute);
member this.Insert : int * System.Xml.Serialization.XmlAnyElementAttribute -> unit
Public Sub Insert (index As Integer, attribute As XmlAnyElementAttribute)
Parametry
- index
- Int32
Indeks, w którym jest wstawiony XmlAnyElementAttribute .
- attribute
- XmlAnyElementAttribute
Obiekt XmlAnyElementAttribute do wstawienia.