XmlElementAttributes.IndexOf(XmlElementAttribute) 方法

定义

获取指定 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

参数

attribute
XmlElementAttribute

要检索其索引的 XmlElementAttribute

返回

Int32

XmlElementAttribute 的从零开始的索引。

适用于