Element.GetAttributeNode

Element.GetAttributeNode method

名前で属性ノードを取得します。

public Attr GetAttributeNode(string name)
パラメータタイプ説明
nameString属性名。

戻り値

属性値を返します

関連項目