Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

ローカル名と名前空間 URI で Attr ノードを取得します。

public Attr GetAttributeNodeNS(string namespaceURI, string localName)
パラメータタイプ説明
namespaceURIString名前空間 URI。
localNameString地元の名前。

戻り値

属性 を返します

関連項目