[CONNECT .NET] TextElement.Description: too much information!

I'm extracting element information from various kinds of element that contain text.  I want to describe the element (e.g. Note Element, Text Element, Text Node Element).

Element.Description does what I want, except for TextElement.  With TextElement, the description includes the element type and its text content...

Text Element Description

I don't want the text content in the element description.  Note that a TextNodeElement doesn't add the text content to its description; why does TextElement perform that additional unwanted step?

How can I get just the description of a TextElement, without additional information?

Parents Reply Children
No Data