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 덱스가 검색되는 인덱스입니다.

반품

의 인덱스(0부터 시작하는 인덱스)입니다 XmlElementAttribute.

적용 대상