バージョン

Field コンストラクタ(String,Type,Object)

Field クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal dataType As Type, _
   ByVal label As Object _
)
public Field( 
   string name,
   Type dataType,
   object label
)

パラメータ

name
フィールドの名前。
dataType
フィールドに含まれるデータ型
label
フィールドを UI で表すために使用されるラベル。
参照