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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス : SeeAlso プロパティ
Gets the System.Collections.Generic.List`1 of IndexEntry objects related to the current index entry. In the generated index, those entries will be listed as "See also" cross-references from the current to other entries.
シンタックス
'宣言
 
Public ReadOnly Property SeeAlso As System.Collections.Generic.List(Of IndexEntry)
'使用法
 
Dim instance As IndexEntry
Dim value As System.Collections.Generic.List(Of IndexEntry)
 
value = instance.SeeAlso
public System.Collections.Generic.List<IndexEntry> SeeAlso {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 any "See also" references without creating the IndexEntry.SeeAlso collection, use the IndexEntry.HasSeeAlso property.
参照

IndexEntry クラス
IndexEntry メンバ