[]
Represents a collection of Hyperlink objects.
public class HyperlinkCollection : ContentObjectCollection<Hyperlink>, IContentList<Hyperlink>, IReadOnlyList<Hyperlink>, IReadOnlyCollection<Hyperlink>, IEnumerable<Hyperlink>, IEnumerable
Public Class HyperlinkCollection
Inherits ContentObjectCollection(Of Hyperlink)
Implements IContentList(Of Hyperlink), IReadOnlyList(Of Hyperlink), IReadOnlyCollection(Of Hyperlink), IEnumerable(Of Hyperlink), IEnumerable
| Name | Description |
|---|---|
| Add() | |
| Add(string, string, string, string) | |
| Add(Uri, string, string, string, string) | |
| Insert(InsertLocation) | Inserts a Hyperlink into this collection at a specified location. |
| Insert(string, string, InsertLocation, string, string) | Inserts a Hyperlink into this collection at a specified location. |
| Insert(Uri, string, string, InsertLocation, string, string) | Inserts a Hyperlink into this collection at a specified location. |