XmlQueryOutput.WriteRaw 方法

定义

重载

WriteRaw(String)

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

引发 NotSupportedException

WriteRaw(Char[], Int32, Int32)

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

引发 NotSupportedException

WriteRaw(String)

引发 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)

引发 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

适用于