XmlElementAttributes.IndexOf(XmlElementAttribute) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.