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

返品

XmlElementAttributeの 0 から始まるインデックス。

適用対象