Specifies the length, in characters, of the data.
Visual Basic Syntax
lValue = oXMLDOMCharacterData.length
C/C++ Syntax
HRESULT get_length(
long *dataLength);
Parameters
dataLength
[out]
Length, in Unicode characters, of the string present in the data property.
C/C++ Return Values
S_OK
Value returned if successful.
E_INVALIDARG
Value returned if dataLength is null.