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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス : SeeAlso プロパティ
現在のインデックスエントリに関連する IndexEntrySystem.Collections.Generic.List`1を取得します。生成されたインデックスでは、これらのエントリは現在から 別のエントリへの「参照」クロス参照としてリストされます。
シンタックス
'宣言
 
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;}
解説
このメソッドは常に非 nullSystem.Collections.Generic.List`1を、存在しなかった場合は作成して返します。 SeeAlsoコレクションを作成せずに、インデックスエントリがすでに任意の「参照」参照を含んでいるかどうかをテストするには、 HasSeeAlsoプロパティを使用します。
参照

IndexEntry クラス
IndexEntry メンバ