XmlElementAttributes.IndexOf(XmlElementAttribute) Metoda

Definicja

Pobiera indeks określonego XmlElementAttributeelementu .

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

Którego XmlElementAttribute indeks jest pobierany.

Zwraca

Int32

Indeks oparty na zerze dla klasy XmlElementAttribute.

Dotyczy