GanttView for WPF
GetFieldValue メソッド (BaseObject)

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

パラメータ

fieldName
取得するフィールドの名前。
defaultValue
フィールドのデフォルト値。

戻り値の型

フィールドの値。
参照

BaseObject クラス
BaseObject メンバ