System::Xml::XmlTextReader::MoveToAttribute 메서드

XmlTextReader::MoveToAttribute(int32_t) method

지정된 인덱스를 가진 속성으로 이동합니다.

void System::Xml::XmlTextReader::MoveToAttribute(int32_t i) override
매개변수형식설명
iint32_t속성의 인덱스.

또 보기

XmlTextReader::MoveToAttribute(String, String) method

지정된 로컬 이름 및 네임스페이스 URI를 가진 속성으로 이동합니다.

bool System::Xml::XmlTextReader::MoveToAttribute(String localName, String namespaceURI) override
매개변수형식설명
localNameString속성의 로컬 이름입니다.
namespaceURIString속성의 네임스페이스 URI입니다.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

또 보기

XmlTextReader::MoveToAttribute(String) method

지정된 이름을 가진 속성으로 이동합니다.

bool System::Xml::XmlTextReader::MoveToAttribute(String name) override
매개변수형식설명
nameString속성의 정규화된 이름.

ReturnValue

true if the attribute is found; otherwise, false. If false, the reader’s position does not change.

또 보기