XmlArrayItemAttributes.Add(XmlArrayItemAttribute) Methode

Definition

Fügt der Auflistung eine XmlArrayItemAttribute hinzu.

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

Parameter

attribute
XmlArrayItemAttribute

Das XmlArrayItemAttribute , das der Auflistung hinzugefügt werden soll.

Gibt zurück

Der Index des hinzugefügten Elements.

Gilt für: