DataCollection
SetItemsSource メソッド (ListViewEx)

C1.Win.DataCollection アセンブリ > C1.Win.DataCollection 名前空間 > ListViewEx クラス : SetItemsSource メソッド
The list that will be populated.
The data source.
The name of the property where the text of the item comes from.
The name of the property containing the urls of the images that will be downloaded to the System.Windows.Forms.ListView.LargeImageList.
Populates items and groups of System.Windows.Forms.ListView according to the source, supporting grouping, sorting and filtering.
シンタックス
'宣言
 
Public Shared Function SetItemsSource( _
   ByVal list As System.Windows.Forms.ListView, _
   ByVal source As System.Collections.IEnumerable, _
   Optional ByVal textMemberPath As System.String, _
   Optional ByVal largeIconMemberPath As System.String _
) As IDataCollection(Of Object)
public static IDataCollection<object> SetItemsSource( 
   System.Windows.Forms.ListView list,
   System.Collections.IEnumerable source,
   System.string textMemberPath,
   System.string largeIconMemberPath
)

パラメータ

list
The list that will be populated.
source
The data source.
textMemberPath
The name of the property where the text of the item comes from.
largeIconMemberPath
The name of the property containing the urls of the images that will be downloaded to the System.Windows.Forms.ListView.LargeImageList.
参照

ListViewEx クラス
ListViewEx メンバ