Document.CreateProcessingInstruction

Document.CreateProcessingInstruction method

Maakt een ProcessingInstruction-knooppunt met de opgegeven naam en gegevensreeksen.

public ProcessingInstruction CreateProcessingInstruction(string target, string data)
ParameterTypeBeschrijving
targetStringHet doelwit.
dataStringDe instructiegegevens.

Winstwaarde

DeProcessingInstruction .

Zie ook