TablePatternIdentifiers 类

定义

包含用作 TablePattern 的标识符的值。

public ref class TablePatternIdentifiers abstract sealed
public static class TablePatternIdentifiers
type TablePatternIdentifiers = class
Public Class TablePatternIdentifiers
继承
TablePatternIdentifiers

注解

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

字段

ColumnHeadersProperty

标识可调用 GetColumnHeaders() 方法的属性。

Pattern

标识 TablePattern 模式。

RowHeadersProperty

标识可调用 GetRowHeaders() 方法的属性。

RowOrColumnMajorProperty

标识 RowOrColumnMajor 属性。

适用于

另请参阅