An instance of the DocumentLinkCollection class contains all links in a Text Control document that point to targets in the same document. An instance of this class can be obtained with the TextControl.DocumentLinks property. The DocumentLinkCollection class implements the IEnumerable and the ICollection interfaces. Document links are represented through the DocumentLink class. For more information see the technical article Text Fields and Hypertext Links.
[C#]
public sealed class DocumentLinkCollection: ICollection, IEnumerable
[Visual Basic]
Public NotInheritable Class DocumentLinkCollection
Implements ICollection
Implements IEnumerable