GanttView for WPF
GetFieldValue メソッド (Task)

C1.WPF.GanttView.4.5.2 アセンブリ > C1.GanttView 名前空間 > Task クラス : GetFieldValue メソッド
フィールドの名前。
フィールド名のデフォルト値。
カスタムフィールドの値を取得します。
シンタックス
'宣言
 
Public Overrides NotOverridable Function GetFieldValue( _
   ByVal fieldName As System.String, _
   ByVal defaultValue As System.Object _
) As System.Object
public override System.object GetFieldValue( 
   System.string fieldName,
   System.object defaultValue
)

パラメータ

fieldName
フィールドの名前。
defaultValue
フィールド名のデフォルト値。

戻り値の型

フィールドの値。
参照

Task クラス
Task メンバ