Element.GetAttributeNS

Element.GetAttributeNS method

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

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

戻り値

属性値。

関連項目