IGridProvider 인터페이스

정의

자식 요소의 컬렉션에 대해 컨테이너 역할을 하는 컨트롤에 대한 UI 자동화 클라이언트 액세스를 지원하도록 메서드 및 속성을 공개합니다. 이 요소의 자식은 IGridItemProvider를 구현해야 하며 키보드를 사용하여 트래버스될 수 있는(즉, UI 자동화 클라이언트가 인접한 컨트롤로 이동할 수 있음) 2차원의 논리적 좌표계로 구성되어야 합니다.

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
파생
특성

설명

컨트롤 패턴을 지원해야 하는 UI 자동화 공급자에서 GridPattern 구현됩니다.

IGridProvider 는 표의 활성 구현을 사용하도록 설정하지 않습니다. 이 기능을 사용하려면 ITransformProvider 를 구현해야 합니다.

속성

ColumnCount

표에 있는 열의 총 개수를 가져옵니다.

RowCount

그리드에 있는 행의 총수를 가져옵니다.

메서드

GetItem(Int32, Int32)

지정된 셀에 대한 UI 자동화 공급자를 검색합니다.

적용 대상

추가 정보