Sdílet prostřednictvím


GridViewAutomationPeer.IGridProvider.GetItem(Int32, Int32) Metoda

Definice

Vrátí 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 zájmu.

Návraty

IRawElementProviderSimple

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

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v GridViewAutomationPeer případě, že je instance přetypována do IGridProvider rozhraní.

Platí pro