GridPattern 類別

定義

代表可當成子項目集合容器使用的控制項。 這個控制項的子系支援 GridItemPattern,並組合管理成資料列與資料行可周遊的二維邏輯座標系統。

public ref class GridPattern : System::Windows::Automation::BasePattern
public class GridPattern : System.Windows.Automation.BasePattern
type GridPattern = class
    inherit BasePattern
Public Class GridPattern
Inherits BasePattern
繼承
GridPattern
衍生

備註

GridPattern 不支援方格的作用中操作; TransformPattern 這項功能需要控制項模式。

如需可支援此控制項模式的控制項範例,請參閱消費者介面自動化 用戶端的控制項模式對應

欄位

ColumnCountProperty

識別 ColumnCount 屬性。

Pattern

識別 GridPattern 控制項模式。

RowCountProperty

識別 RowCount 屬性。

屬性

Cached

取得這個 GridPattern 的快取消費者介面自動化屬性值。

Current

取得這個 GridPattern 的目前消費者介面自動化屬性值。

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetItem(Int32, Int32)

擷取一個表示指定之儲存格的 AutomationElement

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於

另請參閱