DataCollection
SetItemsSource メソッド (NSTableViewEx)

C1.Mac.DataCollection アセンブリ > C1.Mac.DataCollection 名前空間 > NSTableViewEx クラス : SetItemsSource メソッド
The table view.
The items source.
if set to true automatically generate the columns from the source properties.
Sets the items source of a AppKit.NSTableView and additionally indicates whether to generate the columns from the source.
シンタックス
'宣言
 
Public Shared Sub SetItemsSource( _
   ByVal tableView As AppKit.NSTableView, _
   ByVal itemsSource As System.Collections.IEnumerable, _
   Optional ByVal autoGenerateColumns As System.Boolean _
) 
public static void SetItemsSource( 
   AppKit.NSTableView tableView,
   System.Collections.IEnumerable itemsSource,
   System.bool autoGenerateColumns
)

パラメータ

tableView
The table view.
itemsSource
The items source.
autoGenerateColumns
if set to true automatically generate the columns from the source properties.
参照

NSTableViewEx クラス
NSTableViewEx メンバ