Element.RemoveAttribute

Element.RemoveAttribute method

名前で属性を削除します。

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

戻り値

属性を見つけて削除する場合は true、それ以外の場合は false。

関連項目