Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the length, in characters, of the data.
[Script]
Script Syntax
lValue=oXMLDOMCharacterData.length;
Script Parameters
None.
Script Return Value
Long integer. Length, in Unicode characters, of the string present in the data property.
[C/C++]
C/C++ Syntax
HRESULT get_length(long* dataLength);
C/C++ Parameters
- dataLength
[out, retval] 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.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following objects and interfaces:
IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText
See Also
Send Feedback on this topic to the authors