共用方式為


GridPatternIdentifiers.ColumnCountProperty 欄位

定義

識別 ColumnCount 屬性。

public: static initonly System::Windows::Automation::AutomationProperty ^ ColumnCountProperty;
public static readonly System.Windows.Automation.AutomationProperty ColumnCountProperty;
 staticval mutable ColumnCountProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly ColumnCountProperty As AutomationProperty 

欄位值

AutomationProperty

備註

消費者介面自動化提供者會使用此識別碼。 消費者介面自動化用戶端應用程式應該使用 中的 GridPattern 對等欄位。

根據提供者實作而定,隱藏的資料列和資料行可能會載入消費者介面自動化樹狀結構中,因此會反映在 和 ColumnCount 屬性中 RowCount 。 如果尚未載入隱藏的資料列和資料行,則不會進行計算。

預設值為 0。

適用於

另請參閱