Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMCharacterData::dat...     IXMLDOMCharacterData Inte...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMCharacterData::appendData Method


Appends the supplied string to the existing string data.

Visual Basic Syntax

oXMLDOMCharacterData.appendData(data)

C/C++ Syntax

HRESULT appendData(
    BSTR data);

Parameters

data
[in] String data to be appended to the existing string.

C/C++ Return Values

S_OK
Value returned if successful.
E_FAIL
Value returned if an error occurs.

Remarks

This operation also updates the length method.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.