UITableViewDataSource_Extensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面的 IUITableViewDataSource 擴充方法,以支援通訊 UITableViewDataSource 協定中的所有方法。
public static class UITableViewDataSource_Extensions
type UITableViewDataSource_Extensions = class
- 繼承
-
UITableViewDataSource_Extensions
備註
的 IUITableViewDataSource 擴充方法可讓開發人員將介面的實例視為具有原始 UITableViewDataSource 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。
方法
CanEditRow(IUITableViewDataSource, UITableView, NSIndexPath) |
位於 的資料列是否應該可編輯。 |
CanMoveRow(IUITableViewDataSource, UITableView, NSIndexPath) |
位於 的資料列是否可以移至資料表檢視中的另一個位置。 |
CommitEditingStyle(IUITableViewDataSource, UITableView, UITableViewCellEditingStyle, NSIndexPath) |
認可插入或刪除指定的資料列。 |
MoveRow(IUITableViewDataSource, UITableView, NSIndexPath, NSIndexPath) |
當移動資料列,讓資料來源可以「實作」已在使用者介面中執行的已變更資料列位置時呼叫。 這可確保資料與顯示的內容保持同步。 |
NumberOfSections(IUITableViewDataSource, UITableView) |
傳回顯示資料所需的區段數目。 |
SectionFor(IUITableViewDataSource, UITableView, String, nint) |
傳回具有指定 和 之區段的索引。 |
SectionIndexTitles(IUITableViewDataSource, UITableView) |
傳回要顯示為數據表檢視上索引之標題的陣列。 |
TitleForFooter(IUITableViewDataSource, UITableView, nint) |
呼叫 以填入指定區段的頁尾。 |
TitleForHeader(IUITableViewDataSource, UITableView, nint) |
呼叫 以填入指定區段的標頭。 |