XmlElementAttributes.IndexOf(XmlElementAttribute) Méthode

Définition

Obtient l'index du XmlElementAttribute spécifié.

public:
 int IndexOf(System::Xml::Serialization::XmlElementAttribute ^ attribute);
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

Objet XmlElementAttribute dont l'index est en cours de récupération.

Retours

Index de base zéro de XmlElementAttribute.

S’applique à