Element 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MonoTouch.Dialog 中所有專案的基類
public class Element : IDisposable
type Element = class
interface IDisposable
- 繼承
-
Element
- 衍生
- 實作
建構函式
Element(String) |
使用指定的標題初始化 專案。 |
欄位
Caption |
要顯示這個指定專案的標題 |
Parent |
容器物件的控制碼。 |
屬性
CellKey |
覆寫 GetCell 方法的子類別也應該覆寫這個方法 |
IndexPath |
傳回指定專案的 IndexPath。 這只適用于分葉元素,如果元素尚未附加,則不適用於的 Toplevel RootElement 或 Section。 |
方法
Deselected(DialogViewController, UITableView, NSIndexPath) |
MonoTouch.Dialog 中所有專案的基類 |
Dispose() |
MonoTouch.Dialog 中所有專案的基類 |
Dispose(Boolean) |
MonoTouch.Dialog 中所有專案的基類 |
GetActiveCell() |
MonoTouch.Dialog 中所有專案的基類 |
GetCell(UITableView) |
MonoTouch.Dialog 中所有專案的基類 |
GetContainerTableView() |
MonoTouch.Dialog 中所有專案的基類 |
GetImmediateRootElement() |
如果附加儲存格將會傳回立即的 RootElement |
Matches(String) |
叫用以判斷儲存格是否符合指定文字的方法,絕不會使用 Null 值或空字串叫用。 |
RemoveTag(UITableViewCell, Int32) |
MonoTouch.Dialog 中所有專案的基類 |
Selected(DialogViewController, UITableView, NSIndexPath) |
MonoTouch.Dialog 中所有專案的基類 |
Summary() |
傳回這個 物件所代表值的摘要,適合以具有子物件之 RootElement 的結果呈現。 |