CreateAttributeNode (NotesDOMDocumentNode - LotusScript®)

attribute ノードを作成します。

定義位置

NotesDOMDocumentNode

構文

Set notesDOMAttributeNode = notesDOMDocumentNode .CreateAttributeNode( attributeName )

パラメータ

attributeName

String 型。属性の名前を返します。

戻り値

notesDOMAttributeNode

新規の NotesDOMAttributeNode オブジェクトを返します。

使用法

NodeNameattributeName に設定します。 LocalNamePrefixNamespaceURINodeValue を空の文字列に設定します。