Partager via


length Property (IXMLDOMCharacterData)

Specifies the length, in characters, of the data.

lValue = oXMLDOMCharacterData.length;

HRESULT get_length(
  long* dataLength
);

General Remarks

This property is read-only, and applies to the following objects and interfaces:

IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, and IXMLDOMText

See Also

data Property

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.