Document.CreateProcessingInstruction

Document.CreateProcessingInstruction method

指定された名前とデータ文字列を指定して ProcessingInstruction ノードを作成します。

public ProcessingInstruction CreateProcessingInstruction(string target, string data)
パラメータタイプ説明
targetStringターゲット。
dataString指示データ。

戻り値

ProcessingInstruction.

関連項目