XmlElementAttributes.IndexOf(XmlElementAttribute) Méthode

Définition

Obtient l’index du XmlElementAttribute.

public:
 int IndexOf(System::Xml::Serialization::XmlElementAttribute ^ attribute);
public int IndexOf(System.Xml.Serialization.XmlElementAttribute attribute);
member this.IndexOf : System.Xml.Serialization.XmlElementAttribute -> int
Public Function IndexOf (attribute As XmlElementAttribute) As Integer

Paramètres

attribute
XmlElementAttribute

Dont l’index XmlElementAttribute est récupéré.

Retours

Index de base zéro du XmlElementAttribute.

S’applique à