XmlArrayItemAttributes.Add(XmlArrayItemAttribute) 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.
Voegt een XmlArrayItemAttribute aan de verzameling toe.
public:
int Add(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public int Add(System.Xml.Serialization.XmlArrayItemAttribute attribute);
public int Add(System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Add : System.Xml.Serialization.XmlArrayItemAttribute -> int
Public Function Add (attribute As XmlArrayItemAttribute) As Integer
Parameters
- attribute
- XmlArrayItemAttribute
De XmlArrayItemAttribute toe te voegen aan de verzameling.
Retouren
De index van het toegevoegde item.