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

IXMLDOMCharacterData::get_length Method


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.

 



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.