Element.GetAttribute

Element.GetAttribute method

名前で属性値を取得します。

public string GetAttribute(string name)
パラメータタイプ説明
nameString取得する属性の名前。

戻り値

属性値を返します

関連項目