XmlArrayItemAttributes.IndexOf(XmlArrayItemAttribute) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回所指定 XmlArrayItemAttribute 在集合中首个匹配项的从零开始的索引;如果在集合中找不到该特性,则为 -1。
public:
int IndexOf(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public int IndexOf (System.Xml.Serialization.XmlArrayItemAttribute attribute);
public int IndexOf (System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.IndexOf : System.Xml.Serialization.XmlArrayItemAttribute -> int
Public Function IndexOf (attribute As XmlArrayItemAttribute) As Integer
参数
- attribute
- XmlArrayItemAttribute
要在集合中查找的 XmlArrayItemAttribute。
返回
XmlArrayItemAttribute 在集合中的首个索引;如果在集合中找不到该特性,则为 -1。