This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteText Method (ArcObjects .NET 10.4 SDK) |
Writes the text value of an element.
[Visual Basic .NET] Public Sub WriteText ( _ ByVal Text As String _ )
[C#] public void WriteText ( string Text );
[C++]
HRESULT WriteText(
BSTR Text
);
[C++]
Parameters Text [in] Text is a parameter of type BSTR
The WriteText method writes the text value of an element.