処理過程の説明ノードを作成します。
NotesDOMDocumentNode
Set notesDOMProcessingInstructionNode = notesDOMDocumentNode .CreateProcessingInstructionNode( target , data )
ターゲット
String 型。処理する説明の対象部分です。
data
String 型。ノードのデータです。
notesDOMProcessingInstructionNode
新規の NotesDOMProcessingInstructionNode オブジェクトを返します。
例