XmlQueryOutput.WriteRaw Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lève NotSupportedException.
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)