SetDomAttribute メソッド (DomElement)
クラス
DomElement
.
処理
オブジェクトに指定された DOM 属性の値を設定します。
構文
element
.
SetDomAttribute
(
attributeName
,
attributeValue
)
変数
説明
attributeName
属性の名前。
String
。
attributeValue
設定する値。
Object
。