XmlQueryOutput.WriteRaw Metoda

Definicja

Zgłasza wyjątek NotSupportedException .

Przeciążenia

WriteRaw(String)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zgłasza wyjątek NotSupportedException .

WriteRaw(Char[], Int32, Int32)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Zgłasza wyjątek NotSupportedException .

WriteRaw(String)

Zgłasza wyjątek NotSupportedException .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

data
String

Ciąg zawierający nieprzetworzone dane.

Dotyczy

WriteRaw(Char[], Int32, Int32)

Zgłasza wyjątek NotSupportedException .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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)

Parametry

buffer
Char[]

Char Bufor tablicy do napisano.

index
Int32

Int32 , który zawiera indeks start.

count
Int32

Int32 zawiera liczbę znaków do zapisu.

Dotyczy