IGridProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
公開方法與屬性,以支援控制項的使用者介面自動化用戶端存取,這些控制項的作用如同子項目集合的容器。 此項目的子系必須實作 IGridItemProvider,並組織成可使用鍵盤周遊的二維邏輯座標系統 (也就是使用者介面自動化用戶端可以移至相鄰的控制項)。
public interface class IGridProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("b17d6187-0907-464b-a168-0ef17a1572b1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IGridProvider
public interface IGridProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("b17d6187-0907-464b-a168-0ef17a1572b1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IGridProvider = interface
type IGridProvider = interface
Public Interface IGridProvider
- 衍生
- 屬性
備註
在必須支援 GridPattern 控制項模式的消費者介面自動化提供者上實作。
IGridProvider 不會啟用方格的使用中操作,而必須實作 ITransformProvider 才能啟用此功能。
屬性
ColumnCount |
取得方格中的資料行總數。 |
RowCount |
取得方格的資料列總數。 |
方法
GetItem(Int32, Int32) |
擷取指定儲存格的使用者介面自動化提供者。 |