Reports for WPF
Children プロパティ (IndexEntry)

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス : Children プロパティ
ネストしたインデックスエントリ、すなわち現在のインデックスエントリのサブエントリを含む IndexEntryCollection を取得します。
シンタックス
'宣言
 
Public ReadOnly Property Children As IndexEntryCollection
public IndexEntryCollection Children {get;}
解説
このメソッドは常に非 nullIndexEntryCollectionを、 存在しなかった場合は作成して返します。 インデックスエントリが Children コレクションを作成せずに、 すでにサブエントリを含むかどうかをテストするには、 HasChildren プロパティを使用します。
参照

IndexEntry クラス
IndexEntry メンバ