System::Xml::XmlElement::get_LocalName 方法

XmlElement::get_LocalName method

返回当前节点的本地名称。

String System::Xml::XmlElement::get_LocalName() override

ReturnValue

当前节点去除前缀后的名称。例如,get_LocalName 的值为 book,对应元素 bk:book

另见