TableItemPattern 類別

定義

代表支援 TablePattern 的容器子控制項。

public ref class TableItemPattern : System::Windows::Automation::GridItemPattern
public class TableItemPattern : System.Windows.Automation.GridItemPattern
type TableItemPattern = class
    inherit GridItemPattern
Public Class TableItemPattern
Inherits GridItemPattern
繼承

備註

此控制項模式類似于 GridItemPattern 任何支援的 TableItemPattern 控制項都會以程式設計方式公開個別儲存格與其資料列和資料行資訊之間的關聯性。

存取個別資料格功能是由 的額外支援 GridItemPattern 所提供。

欄位

ColumnHeaderItemsProperty

識別用來擷取與資料表項目或儲存格相關聯之所有資料行標頭的屬性。

Pattern

識別 TableItemPattern 控制項模式。

RowHeaderItemsProperty

識別用來擷取與資料表項目或儲存格相關聯之所有資料列標頭的屬性。

屬性

Cached

取得這個 TableItemPattern 的快取屬性值。

Current

取得這個 TableItemPattern 目前的屬性值。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱