System::Xml::XmlReader::get_LocalName 方法

XmlReader::get_LocalName method

在派生类中重写时,获取当前节点的本地名称。

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

ReturnValue

去除前缀后的当前节点名称。例如,LocalName 对于元素 bk:bookbook。对于没有名称的节点类型(如 TextComment 等),此方法返回 String::Empty

另见