GridViewAutomationPeer 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向 UI 自动化公开 GridView 类型。
public ref class GridViewAutomationPeer : System::Windows::Automation::Peers::IViewAutomationPeer, System::Windows::Automation::Provider::ITableProvider
public class GridViewAutomationPeer : System.Windows.Automation.Peers.IViewAutomationPeer, System.Windows.Automation.Provider.ITableProvider
type GridViewAutomationPeer = class
interface IViewAutomationPeer
interface ITableProvider
interface IGridProvider
type GridViewAutomationPeer = class
interface IViewAutomationPeer
interface IGridProvider
interface ITableProvider
Public Class GridViewAutomationPeer
Implements ITableProvider, IViewAutomationPeer
- 继承
-
GridViewAutomationPeer
- 实现
构造函数
GridViewAutomationPeer(GridView, ListView) |
初始化 GridViewAutomationPeer 类的新实例。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
显式接口实现
IGridProvider.ColumnCount |
获取网格中的总列数。 |
IGridProvider.GetItem(Int32, Int32) |
返回指定单元格的 UI 自动化提供程序。 |
IGridProvider.RowCount |
获取网格中的总行数。 |
ITableProvider.GetColumnHeaders() |
返回一个表示表格中所有列标题的 UI 自动化提供程序的集合。 |
ITableProvider.GetRowHeaders() |
返回一个表示表格中所有行标题的 UI 自动化提供程序的集合。 |
ITableProvider.RowOrColumnMajor |
获取表格的首要遍历方向。 |
IViewAutomationPeer.CreateItemAutomationPeer(Object) |
创建 ItemAutomationPeer 类的新实例。 |
IViewAutomationPeer.GetAutomationControlType() |
获取与此 GridViewAutomationPeer 关联的元素的控件类型。 |
IViewAutomationPeer.GetChildren(List<AutomationPeer>) |
获取指定UI 自动化对等的直接子元素的集合。 |
IViewAutomationPeer.GetPattern(PatternInterface) |
获取与指定 |
IViewAutomationPeer.ItemsChanged(NotifyCollectionChangedEventArgs) |
当项的集合发生更改时调用。 |
IViewAutomationPeer.ViewDetached() |
当自定义视图不再应用到控件时调用。 |