XmlElementAttributes.IndexOf(XmlElementAttribute) Metoda

Definice

Získá index zadaného XmlElementAttribute.

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

Parametry

attribute
XmlElementAttribute

Jejíž XmlElementAttribute index se načítá.

Návraty

Index XmlElementAttributezaložený na nule .

Platí pro