System::Xml::XmlAttribute::get_LocalName 方法

XmlAttribute::get_LocalName method

返回节点的本地名称。

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

ReturnValue

属性节点去除前缀后的名称。在下面的示例 中,属性的 LocalNamegenre

另见