This topic has not yet been rated - Rate this topic

appendData method

Adds a new character string to the end of the object.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4

Syntax

object.appendData(bstrstring)

Parameters

bstrstring [in]

Type: String

String that specifies the new character string.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Standards information

See also

comment
TextNode

 

 

Build date: 11/28/2012

© 2013 Microsoft. All rights reserved.