Sets the items source of a AppKit.NSTableView and additionally indicates whether to generate the columns from the source.
シンタックス
'宣言
Public Shared Sub SetItemsSource( _
ByVal As AppKit.NSTableView, _
ByVal As System.Collections.IEnumerable, _
Optional ByVal autoGenerateColumns As System.Boolean _
)
public static void SetItemsSource(
AppKit.NSTableView ,
System.Collections.IEnumerable ,
System.bool autoGenerateColumns
)
パラメータ
- tableView
- The table view.
- itemsSource
- The items source.
- autoGenerateColumns
- if set to
true
automatically generate the columns from the source properties.
参照