Element.GetAttributeNS

Element.GetAttributeNS method

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

public string GetAttributeNS(string namespaceURI, string localName)
パラメータタイプ説明
namespaceURIString属性名前空間 URI。
localNameString属性のローカル名。

戻り値

属性値。

関連項目