System::Xml::XmlReader::get_NamespaceURI 方法

XmlReader::get_NamespaceURI method

当在派生类中被重写时,获取读取器所在节点的命名空间 URI(如 W3C 命名空间规范所定义)。

virtual String System::Xml::XmlReader::get_NamespaceURI()=0

ReturnValue

当前节点的命名空间 URI;如果没有,则为空字符串。

另见