System::Xml::XmlAttribute::get_NamespaceURI 方法

XmlAttribute::get_NamespaceURI method

返回此节点的命名空间 URI。

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

ReturnValue

此节点的命名空间 URI。如果属性未显式指定命名空间,则此方法返回 String::Empty

另见