Gets the List<(Of <(<'T>)>)> of IndexEntryOccurrence objects
representing occurrences of the current index entry in the document.
In the generated index, each occurrence is replaced by the page number,
which is a hyperlink to the occurrence's location in the document.
(Consecutive page numbers are collapsed to ranges.)
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public List<IndexEntryOccurrence> Occurrences { get; } |
Visual Basic |
---|
Public ReadOnly Property Occurrences As List(Of IndexEntryOccurrence) Get |
Remarks
This method always returns a non-nullList<(Of <(<'T>)>)>,
creating it if it did not exist.
To test whether an index entry already contains occurrences
without creating the Occurrences collection,
use the HasOccurrences property.