XmlElementAttributes.Insert(Int32, XmlElementAttribute) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vloží do kolekce.XmlElementAttribute
public:
void Insert(int index, System::Xml::Serialization::XmlElementAttribute ^ attribute);
public void Insert (int index, System.Xml.Serialization.XmlElementAttribute attribute);
public void Insert (int index, System.Xml.Serialization.XmlElementAttribute? attribute);
member this.Insert : int * System.Xml.Serialization.XmlElementAttribute -> unit
Public Sub Insert (index As Integer, attribute As XmlElementAttribute)
Parametry
- index
- Int32
Index založený na nule, do kterého je člen vložen.
- attribute
- XmlElementAttribute
Instance XmlElementAttribute, která má být vložena.