XmlElementAttributes.IndexOf(XmlElementAttribute) Método
Definição
Obtém o índice do XmlElementAttribute especificado.Gets the index of the specified 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
Parâmetros
- attribute
- XmlElementAttribute
O XmlElementAttribute cujo índice está sendo recuperado.The XmlElementAttribute whose index is being retrieved.
Retornos
O índice de base zero do XmlElementAttribute.The zero-based index of the XmlElementAttribute.