Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

通过本地名称和命名空间 URI 检索 Attr 节点。

public Attr GetAttributeNodeNS(string namespaceURI, string localName)
范围类型描述
namespaceURIString命名空间 URI。
localNameString本地名称。

返回值

返回属性

也可以看看