XmlArrayItemAttributes.Add(XmlArrayItemAttribute) Méthode

Définition

Ajoute un XmlArrayItemAttribute à la collection.

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

Paramètres

attribute
XmlArrayItemAttribute

Objet XmlArrayItemAttribute à ajouter à la collection.

Retours

Index de l'élément ajouté.

S’applique à