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 の 0 から始まるインデックス番号。

適用対象