GridPatternIdentifiers.RowCountProperty 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识 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。