Microsoft XML 2.5 SDK


 

IXMLDOMCharacterData::get_data Method

[This is preliminary documentation and subject to change.]

Contains this node's data, which depends on the node type.

Visual Basic Syntax

strValue = oXMLDOMCharacterData.data

C/C++ Syntax

HRESULT get_data(

    BSTR *data);

Parameters

data

[out]
Same value as the nodeValue for this node. See the Remarks section below.

C/C++ Return Values

S_OK

Value returned if successful.

E_INVALIDARG

Value returned if data is null.