Condividi tramite


XmlQueryOutput.WriteRawUnchecked(String) Metodo

Definizione

Scrive un blocco di testo senza utilizzare caratteri di escape per i caratteri speciali.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 void WriteRawUnchecked(System::String ^ text);
public void WriteRawUnchecked (string text);
member this.WriteRawUnchecked : string -> unit
Public Sub WriteRawUnchecked (text As String)

Parametri

text
String

Stringa contenente il testo da scrivere.

Si applica a