XmlElementAttributes.IndexOf(XmlElementAttribute) Methode

Definitie

Hiermee haalt u de index van de opgegeven 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

Parameters

attribute
XmlElementAttribute

De XmlElementAttribute index waarvan de index wordt opgehaald.

Retouren

De op nul gebaseerde index van de XmlElementAttribute.

Van toepassing op