Share via


DelegatingXmlDictionaryWriter.WriteProcessingInstruction Metoda

Definice

Zapíše instrukce zpracování s mezerou mezi názvem a textem následujícím způsobem: <? text názvu?>.

public:
 override void WriteProcessingInstruction(System::String ^ name, System::String ^ text);
public override void WriteProcessingInstruction (string name, string text);
override this.WriteProcessingInstruction : string * string -> unit
Public Overrides Sub WriteProcessingInstruction (name As String, text As String)

Parametry

name
String

Název instrukce pro zpracování.

text
String

Text, který se má zahrnout do instrukce pro zpracování.

Platí pro