XmlArrayItemAttributes.Insert(Int32, XmlArrayItemAttribute) Metoda
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Wstawia element XmlArrayItemAttribute do kolekcji w określonym indeksie.
public:
void Insert(int index, System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute attribute);
public void Insert(int index, System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Insert : int * System.Xml.Serialization.XmlArrayItemAttribute -> unit
Public Sub Insert (index As Integer, attribute As XmlArrayItemAttribute)
Parametry
- index
- Int32
Indeks, w którym wstawiono atrybut.
- attribute
- XmlArrayItemAttribute
Obiekt XmlArrayItemAttribute do wstawienia.