GetAttribute (NotesDOMElementNode - LotusScript®)

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

定義位置

NotesDOMElementNode

構文

attr$ = notesDOMElementNode .GetAttribute( attributeName )

パラメータ

attributeName

String 型。取得する属性の名前です。

戻り値

attr$

String 型。属性値を返します。

使用法

属性値が、指定した値またはデフォルトの値を持っていない場合は、空の文字列が返されます。