GridViewBaseAutomationPeerGetItem - метод
Retrieves the UI Automation provider for the specified cell.
Пространство имён: Tessa.UI.Automation.PeersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public virtual IRawElementProviderSimple GetItem(
int row,
int column
)
Public Overridable Function GetItem (
row As Integer,
column As Integer
) As IRawElementProviderSimple
public:
virtual IRawElementProviderSimple^ GetItem(
int row,
int column
)
abstract GetItem :
row : int *
column : int -> IRawElementProviderSimple
override GetItem :
row : int *
column : int -> IRawElementProviderSimple
- row Int32
- The ordinal number of the row of interest.
- column Int32
- The ordinal number of the column of interest.
IRawElementProviderSimpleThe UI Automation provider for the specified cell.
IGridProviderGetItem(Int32, Int32)