TableAutomationPeer.IGridProvider.GetItem(Int32, Int32) 메서드

정의

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

 virtual System::Windows::Automation::Provider::IRawElementProviderSimple ^ System.Windows.Automation.Provider.IGridProvider.GetItem(int row, int column) = System::Windows::Automation::Provider::IGridProvider::GetItem;
System.Windows.Automation.Provider.IRawElementProviderSimple IGridProvider.GetItem (int row, int column);
abstract member System.Windows.Automation.Provider.IGridProvider.GetItem : int * int -> System.Windows.Automation.Provider.IRawElementProviderSimple
override this.System.Windows.Automation.Provider.IGridProvider.GetItem : int * int -> System.Windows.Automation.Provider.IRawElementProviderSimple
Function GetItem (row As Integer, column As Integer) As IRawElementProviderSimple Implements IGridProvider.GetItem

매개 변수

row
Int32

관심 있는 행의 서수입니다.

column
Int32

관심 있는 열의 서수입니다.

반환

IRawElementProviderSimple

지정된 셀에 대한 UI 자동화 공급자입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, TableAutomationPeer 인스턴스가 IGridProvider 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상