Sdílet prostřednictvím


CalendarAutomationPeer.IGridProvider.GetItem(Int32, Int32) Metoda

Definice

Načte poskytovatele 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

Poskytovatel model UI Automation pro zadanou buňku.

Implementuje

Poznámky

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

Platí pro