System::Xml::XmlValidatingReader::MoveToAttribute 메서드

XmlValidatingReader::MoveToAttribute(int32_t) method

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

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

또 보기

XmlValidatingReader::MoveToAttribute(String, String) method

지정된 로컬 이름 및 네임스페이스 Uniform Resource Identifier (URI)의 속성으로 이동합니다.

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

ReturnValue

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

또 보기

XmlValidatingReader::MoveToAttribute(String) method

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

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

ReturnValue

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

또 보기