This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteCData Method (ArcObjects .NET 10.5 SDK) |
Writes a CDATA section.
[Visual Basic .NET] Public Sub WriteCData ( _ ByVal cdata As String _ )
[C#] public void WriteCData ( string cdata );
[C++]
HRESULT WriteCData(
BSTR cdata
);
[C++]
Parameters cdata [in] cdata is a parameter of type BSTR