XmlElementAttributes.Insert(Int32, XmlElementAttribute) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee voegt u een XmlElementAttribute in de verzameling in.
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)
Parameters
- index
- Int32
De op nul gebaseerde index waarin het lid wordt ingevoegd.
- attribute
- XmlElementAttribute
De XmlElementAttribute te invoegen.