attribute ノードを名前で取得します。
NotesDOMElementNode
Set notesDOMAttributeNode = notesDOMElementNode .GetAttributeNode( attributeName )
attributeName
String 型。取得する属性の NodeName です。
notesDOMAttributeNode
NotesDOMAttributeNode。 指定した NodeName の NotesDOMAttributeNode を返します。
指定した名前の属性がない場合は、null を返します。