Sdílet prostřednictvím


TableAutomationPeer.IGridProvider.GetItem(Int32, Int32) Metoda

Definice

Načte zprostředkovatele model UI Automation pro zadanou buňku.

 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

Parametry

row
Int32

Pořadové číslo řádku zájmu.

column
Int32

Pořadové číslo sloupce, který vás zajímá.

Návraty

Zprostředkovatel model UI Automation pro zadanou buňku.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že TableAutomationPeer je instance přetypovaná na IGridProvider rozhraní.

Platí pro