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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス : Children プロパティ
Gets the IndexEntryCollection containing the nested index entries, i.e. sub-entries of the current index entry.
シンタックス
'宣言
 
Public ReadOnly Property Children As IndexEntryCollection
'使用法
 
Dim instance As IndexEntry
Dim value As IndexEntryCollection
 
value = instance.Children
public IndexEntryCollection Children {get;}
解説
This method always returns a non-nullIndexEntryCollection, creating it if it did not exist. To test whether an index entry already contains any sub-entries without creating the IndexEntry.Children collection, use the IndexEntry.HasChildren property.
参照

IndexEntry クラス
IndexEntry メンバ