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에서 시작합니다.

적용 대상