XmlQueryOutput.WriteRaw 方法

定义

重载

名称 说明
WriteRaw(String)

此 API 支持产品基础结构,不能在代码中直接使用。

引发 NotSupportedException

WriteRaw(Char[], Int32, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

引发 NotSupportedException

WriteRaw(String)

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

引发 NotSupportedException

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

data
String

包含原始数据的字符串。

适用于

WriteRaw(Char[], Int32, Int32)

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

引发 NotSupportedException

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

buffer
Char[]

Char 要写入的缓冲区数组。

index
Int32

Int32 包含开始索引。

count
Int32

Int32 包含要写入的计数字符。

适用于