XmlElementAttributes.IndexOf(XmlElementAttribute) Methode

Definition

Ruft den Index der angegebenen XmlElementAttribute ab.

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

Parameter

attribute
XmlElementAttribute

Die XmlElementAttribute dessen Index abgerufen wird.

Gibt zurück

Der nullbasierte Index von XmlElementAttribute.

Gilt für: