新規の attribute ノードを追加します。
Set notesDOMAttributeNode = notesDOMElementNode .SetAttributeNode( attributeNode )
attributeNode
NotesDOMAttributeNode。 属性リストに追加する attribute ノードです。このオブジェクトと呼び出し元オブジェクトは、同じ NotesDOMParser オブジェクトから派生したものでなければなりません。
既存の属性を置換できない場合は、null を返します。