XmlQueryOutput.WriteRaw Méthode

Définition

Surcharges

WriteRaw(String)

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Lève NotSupportedException.

WriteRaw(Char[], Int32, Int32)

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Lève NotSupportedException.

WriteRaw(String)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Lève NotSupportedException.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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)

Paramètres

data
String

Chaîne qui contient les données brutes.

S’applique à

WriteRaw(Char[], Int32, Int32)

Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs
Source:
XmlQueryOutput.cs

Lève NotSupportedException.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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)

Paramètres

buffer
Char[]

Tableau de mémoire tampon Char à écrire.

index
Int32

Int32 qui contient l'index de début.

count
Int32

Int32 qui contient le nombre de caractères à écrire.

S’applique à