System::Xml::XmlReader::MoveToAttribute 메서드

XmlReader::MoveToAttribute(int32_t) method

파생 클래스에서 재정의될 때, 지정된 인덱스에 해당하는 속성으로 이동합니다.

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

또 보기

XmlReader::MoveToAttribute(String) method

파생 클래스에서 재정의될 경우, 지정된 XmlReader::get_Name 값의 속성으로 이동합니다.

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

ReturnValue

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

또 보기

XmlReader::MoveToAttribute(String, String) method

파생 클래스에서 재정의될 경우, 지정된 XmlReader::get_LocalNameXmlReader::get_NamespaceURI 값의 속성으로 이동합니다.

virtual bool System::Xml::XmlReader::MoveToAttribute(String name, String ns)=0
매개변수형식설명
nameString속성의 로컬 이름입니다.
nsString속성의 네임스페이스 URI입니다.

ReturnValue

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

또 보기