XmlQueryOutput.WriteCData(String) Method

Definition

Empty implementation that does nothing.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override void WriteCData(System::String ^ text);
public override void WriteCData (string text);
override this.WriteCData : string -> unit
Public Overrides Sub WriteCData (text As String)

Parameters

text
String

String that contains data to write.

Applies to