comment ノードを作成します。
NotesDOMDocumentNode
Set notesDOMCommentNode = notesDOMDocumentNode .CreateCommentNode( comment )
comment
String 型。ノードのデータです。
notesDOMCommentNode
新規の NotesDOMCommentNode オブジェクトを返します。
例