HtmlElement 类

定义

用于显示将在选中时启动 Web 浏览器的单元格。

public class HtmlElement : MonoTouch.Dialog.Element
type HtmlElement = class
    inherit Element
继承
HtmlElement

构造函数

HtmlElement(String, NSUrl)

用于显示将在选中时启动 Web 浏览器的单元格。

HtmlElement(String, String)

用于显示将在选中时启动 Web 浏览器的单元格。

字段

Caption

要为此给定元素显示的标题

(继承自 Element)
Parent

容器对象的句柄。

(继承自 Element)

属性

CellKey

替代 GetCell 方法的子类也应重写此方法

IndexPath

返回给定元素的 IndexPath。 这仅适用于叶元素,如果尚未附加元素,则不适用于 toplevel RootElement 或 的 Section。

(继承自 Element)
Url

用于显示将在选中时启动 Web 浏览器的单元格。

方法

Deselected(DialogViewController, UITableView, NSIndexPath)

用于显示将在选中时启动 Web 浏览器的单元格。

(继承自 Element)
Dispose()

用于显示将在选中时启动 Web 浏览器的单元格。

(继承自 Element)
Dispose(Boolean)

用于显示将在选中时启动 Web 浏览器的单元格。

(继承自 Element)
GetActiveCell()

用于显示将在选中时启动 Web 浏览器的单元格。

(继承自 Element)
GetCell(UITableView)

用于显示将在选中时启动 Web 浏览器的单元格。

GetContainerTableView()

用于显示将在选中时启动 Web 浏览器的单元格。

(继承自 Element)
GetImmediateRootElement()

如果附加了单元格,将返回即时 RootElement

(继承自 Element)
Matches(String)

调用的方法用于确定单元格是否与给定文本匹配,永远不会使用 null 值或空字符串调用。

(继承自 Element)
Selected(DialogViewController, UITableView, NSIndexPath)

用于显示将在选中时启动 Web 浏览器的单元格。

Summary()

返回此对象表示的值的摘要,适合作为具有子对象的 RootElement 的结果进行呈现。

(继承自 Element)

适用于