GanttView for WPF
TaskCollection クラス
メンバ 

C1.WPF.GanttView アセンブリ > C1.GanttView 名前空間 : TaskCollection クラス
タスクのコレクションを表します。
オブジェクト モデル
TaskCollection クラス
シンタックス
'宣言
 
Public Class TaskCollection 
   Inherits C1.Schedule.BaseCollection(Of Task)
public class TaskCollection : C1.Schedule.BaseCollection<Task> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>
               C1.GanttView.TaskCollection

参照

TaskCollection メンバ
C1.GanttView 名前空間