XmlArrayItemAttributes.Insert(Int32, XmlArrayItemAttribute) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Beszúr egy XmlArrayItemAttribute gyűjteménybe a megadott indexben.
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)
Paraméterek
- index
- Int32
Az az index, amelyre az attribútum be van szúrva.
- attribute
- XmlArrayItemAttribute
A XmlArrayItemAttribute beszúrandó.