XmlArrayItemAttributes.Insert(Int32, XmlArrayItemAttribute) 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 XmlArrayItemAttribute kolekce v zadaném indexu.
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
Index, do kterého je atribut vložen.
- attribute
- XmlArrayItemAttribute
Instance XmlArrayItemAttribute, která má být vložena.