XmlArrayItemAttributes.Insert(Int32, XmlArrayItemAttribute) Método
Definição
Insere um XmlArrayItemAttribute na coleção no índice especificado.Inserts an XmlArrayItemAttribute into the collection at the specified index.
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)
Parâmetros
- index
- Int32
O índice no qual o atributo é inserido.The index at which the attribute is inserted.
- attribute
- XmlArrayItemAttribute
O XmlArrayItemAttribute a ser inserido.The XmlArrayItemAttribute to insert.