GridViewAutomationPeer.IGridProvider.GetItem(Int32, Int32) 方法

定義

傳回指定之儲存格的使用者介面自動化提供者。

 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

參數

row
Int32

重要的資料列序號。

column
Int32

重要的資料行序號。

傳回

指定儲存格的使用者介面自動化提供者。

實作

備註

這個成員是明確介面成員實作, 只有在 GridViewAutomationPeer 執行個體轉換成 IGridProvider 介面時,才能使用這個成員。

適用於