GridPatternIdentifiers.RowCountProperty 字段

定义

标识 RowCount 属性。

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

字段值

注解

此标识符由UI 自动化提供程序使用。 UI 自动化客户端应用程序应使用 中的GridPattern等效字段。

隐藏的行和列(具体取决于提供程序实现)可能会加载到UI 自动化树中,因此将反映在 和 ColumnCount 属性中RowCount。 如果尚未加载隐藏的行和列,则不会对它们进行计数。

默认值为 0。

适用于

另请参阅