XmlArrayItemAttributes.Add(XmlArrayItemAttribute) Methode

Definitie

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.

Van toepassing op