'宣言 Public Overloads Function Bind( _ ByVal xDataFieldName As System.String, _ ByVal valueProperty As System.String, _ ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As TBuilder
public TBuilder Bind( System.string xDataFieldName, System.string valueProperty, System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- xDataFieldName
- xデータフィールドの名前を設定します。
- valueProperty
- 値データフィールドの名前を設定します。
- sourceCollection
- データソース
戻り値の型
現在のビルダ