XmlAnyElementAttributes.IndexOf(XmlAnyElementAttribute) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u de index van de opgegeven XmlAnyElementAttribute.
public:
int IndexOf(System::Xml::Serialization::XmlAnyElementAttribute ^ attribute);
public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute attribute);
public int IndexOf(System.Xml.Serialization.XmlAnyElementAttribute? attribute);
member this.IndexOf : System.Xml.Serialization.XmlAnyElementAttribute -> int
Public Function IndexOf (attribute As XmlAnyElementAttribute) As Integer
Parameters
- attribute
- XmlAnyElementAttribute
De XmlAnyElementAttribute index waarvan u de gewenste index wilt.
Retouren
De index van de opgegeven XmlAnyElementAttribute.