Bagikan melalui


GridViewAutomationPeer.IGridProvider.GetItem(Int32, Int32) Metode

Definisi

Mengembalikan penyedia Automation UI untuk sel yang ditentukan.

 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

Parameter

row
Int32

Nomor urut baris yang diminati.

column
Int32

Nomor ordinal kolom yang diminati.

Mengembalikan

Penyedia Automation UI untuk sel yang ditentukan.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan GridViewAutomationPeer ke IGridProvider antarmuka.

Berlaku untuk