Condividi tramite


XmlQueryOutput.WriteRaw Metodo

Definizione

Genera l'eccezione NotSupportedException.

Overload

WriteRaw(String)

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

Genera l'eccezione NotSupportedException.

WriteRaw(Char[], Int32, Int32)

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

Genera l'eccezione NotSupportedException.

WriteRaw(String)

Genera l'eccezione NotSupportedException.

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

public:
 override void WriteRaw(System::String ^ data);
public override void WriteRaw (string data);
override this.WriteRaw : string -> unit
Public Overrides Sub WriteRaw (data As String)

Parametri

data
String

Stringa contenente i dati non elaborati.

Si applica a

WriteRaw(Char[], Int32, Int32)

Genera l'eccezione NotSupportedException.

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

public:
 override void WriteRaw(cli::array <char> ^ buffer, int index, int count);
public override void WriteRaw (char[] buffer, int index, int count);
override this.WriteRaw : char[] * int * int -> unit
Public Overrides Sub WriteRaw (buffer As Char(), index As Integer, count As Integer)

Parametri

buffer
Char[]

Matrice di buffer Char da scrivere.

index
Int32

Int32 contenente l'indice iniziale.

count
Int32

Int32 contenente il numero di caratteri da scrivere.

Si applica a