TableModel 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
供 Xamarin.Forms 平台内部使用。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public abstract class TableModel : Xamarin.Forms.ITableModel
	type TableModel = class
    interface ITableModel
		- 继承
 - 
				System.ObjectTableModel
 
- 属性
 - 
			System.ComponentModel.EditorBrowsableAttribute
 
- 实现
 
构造函数
| TableModel() | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
方法
| GetCell(Int32, Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetHeaderCell(Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetItem(Int32, Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetRowCount(Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetSectionCount() | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetSectionIndexTitles() | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetSectionTextColor(Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| GetSectionTitle(Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| OnRowLongPressed(Object) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| OnRowSelected(Object) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| RowLongPressed(Int32, Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| RowLongPressed(Object) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| RowSelected(Int32, Int32) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| RowSelected(Object) | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
事件
| ItemLongPressed | 
		 供 Xamarin.Forms 平台内部使用。  | 
        	
| ItemSelected | 
		 供 Xamarin.Forms 平台内部使用。  |