TextFragmentCollection

TextFragmentCollection class

Represents a text fragments collection

The TextFragmentCollection type exposes the following members:

Properties

NameDescription
sync_rootGets an object that can be used to synchronize access to the collection.
is_synchronizedGets a value indicating whether access to the collection is synchronized (thread safe).

Indexer

NameDescription
[index]Gets the text fragment element at the specified index.

See Also