CreateProcessingInstruction

Document.CreateProcessingInstruction method

Skapar en ProcessingInstruction-nod med det angivna namnet och datasträngarna.

public ProcessingInstruction CreateProcessingInstruction(string target, string data)
ParameterTypBeskrivning
targetStringMålet.
dataStringInstruktionsdata.

Returvärde

DenProcessingInstruction .

Se även