XmlAnyElementAttributes.IndexOf(XmlAnyElementAttribute) 메서드

정의

지정된 XmlAnyElementAttribute의 인덱스를 가져옵니다.

public:
 int IndexOf(System::Xml::Serialization::XmlAnyElementAttribute ^ attribute);
public int IndexOf (System.Xml.Serialization.XmlAnyElementAttribute attribute);
public int IndexOf (System.Xml.Serialization.XmlAnyElementAttribute? attribute);
member this.IndexOf : System.Xml.Serialization.XmlAnyElementAttribute -> int
Public Function IndexOf (attribute As XmlAnyElementAttribute) As Integer

매개 변수

attribute
XmlAnyElementAttribute

원하는 XmlAnyElementAttribute의 인덱스입니다.

반환

Int32

지정된 XmlAnyElementAttribute의 인덱스입니다.

적용 대상