System::Xml::XmlReader::ReadElementContentAsInt 메서드

XmlReader::ReadElementContentAsInt() method

현재 요소를 읽고 내용을 32비트 부호 있는 정수로 반환합니다.

virtual int32_t System::Xml::XmlReader::ReadElementContentAsInt()

ReturnValue

요소 내용이 32비트 부호 있는 정수로 반환됩니다.

또 보기

XmlReader::ReadElementContentAsInt(String, String) method

지정된 로컬 이름과 네임스페이스 URI가 현재 요소와 일치하는지 확인한 다음 현재 요소를 읽고 내용을 32비트 부호 있는 정수로 반환합니다.

virtual int32_t System::Xml::XmlReader::ReadElementContentAsInt(String localName, String namespaceURI)
매개변수형식설명
localNameString요소의 로컬 이름입니다.
namespaceURIString요소의 네임스페이스 URI.

ReturnValue

요소 내용이 32비트 부호 있는 정수로 반환됩니다.

또 보기