Element.GetAttributeNS

Element.GetAttributeNS method

ローカル名と名前空間 URI によって属性値を取得します。

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

戻り値

属性 を返します

関連項目