XmlElementAttributes.Item[Int32] 속성

정의

지정된 인덱스에서 요소를 가져오거나 설정합니다.

public:
 property System::Xml::Serialization::XmlElementAttribute ^ default[int] { System::Xml::Serialization::XmlElementAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlElementAttribute ^ value); };
public System.Xml.Serialization.XmlElementAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlElementAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlElementAttribute with get, set
Default Public Property Item(index As Integer) As XmlElementAttribute

매개 변수

index
Int32

가져오기 또는 설정할 요소의 인덱스(0부터 시작)입니다.

속성 값

지정된 인덱스 요소입니다.

예외

index가 .에서 유효한 인덱스가 아닌 경우 XmlElementAttributes

속성이 설정되고 XmlElementAttributes 읽기 전용입니다.

적용 대상