TableAutomationPeer.IGridProvider.GetItem(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定儲存格的使用者介面自動化提供者。
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
重要的資料行序號。
傳回
指定儲存格的使用者介面自動化提供者。
實作
備註
這個成員是明確介面成員實作, 只有在 TableAutomationPeer 執行個體轉換成 IGridProvider 介面時,才能使用這個成員。