attribute ノードを作成します。
NotesDOMDocumentNode
Set notesDOMAttributeNode = notesDOMDocumentNode .CreateAttributeNode( attributeName )
attributeName
String 型。属性の名前を返します。
notesDOMAttributeNode
新規の NotesDOMAttributeNode オブジェクトを返します。
NodeName を attributeName に設定します。 LocalName、Prefix、NamespaceURI、NodeValue を空の文字列に設定します。