System::Xml::XmlNodeReader::MoveToAttribute 메서드

XmlNodeReader::MoveToAttribute(int32_t) method

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

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

또 보기

XmlNodeReader::MoveToAttribute(String) method

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

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

ReturnValue

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

또 보기

XmlNodeReader::MoveToAttribute(String, String) method

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

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

ReturnValue

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

또 보기