FDO API Reference Feature Data Objects

System::Void XmlWriter::WriteCharacters System::String *  characters  ) 
 

Writes simple (character) content for the current element. This function can be called multiple times for the same element. The characters are appended to the element's content. A FdoException is thrown if there is no current element.

Parameters:
characters Input characters to append to the element content.

Comments or suggestions? Send us feedback.