CreateProcessingInstructionNode (NotesDOMDocumentNode - LotusScript®)

処理過程の説明ノードを作成します。

定義位置

NotesDOMDocumentNode

構文

Set notesDOMProcessingInstructionNode = notesDOMDocumentNode .CreateProcessingInstructionNode( target , data )

パラメータ

ターゲット

String 型。処理する説明の対象部分です。

data

String 型。ノードのデータです。

戻り値

notesDOMProcessingInstructionNode

新規の NotesDOMProcessingInstructionNode オブジェクトを返します。