PrintDocument for WinForms
Occurrences プロパティ (IndexEntry)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス : Occurrences プロパティ
Gets the System.Collections.Generic.List`1 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.)
シンタックス
'宣言
 
Public ReadOnly Property Occurrences As System.Collections.Generic.List(Of IndexEntryOccurrence)
'使用法
 
Dim instance As IndexEntry
Dim value As System.Collections.Generic.List(Of IndexEntryOccurrence)
 
value = instance.Occurrences
public System.Collections.Generic.List<IndexEntryOccurrence> Occurrences {get;}
解説
This method always returns a non-nullSystem.Collections.Generic.List`1, creating it if it did not exist. To test whether an index entry already contains occurrences without creating the IndexEntry.Occurrences collection, use the IndexEntry.HasOccurrences property.
参照

IndexEntry クラス
IndexEntry メンバ