IGridProvider::GetItem 方法 (uiautomationcore.h)
擷取指定儲存格的 Microsoft UI 自動化提供者。
語法
HRESULT GetItem(
[in] int row,
[in] int column,
[out, retval] IRawElementProviderSimple **pRetVal
);
參數
[in] row
類型: int
重要的資料列序號。
[in] column
類型: int
重要的資料行序號。
[out, retval] pRetVal
類型: IRawElementProviderSimple**
如果儲存格是空的,則接收指定儲存格的 UI 自動化提供者指標或 Null 參考 (Microsoft Visual Basic .NET 中的 Nothing) 。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
格線座標是以零起始,其上 (或右上方儲存格,視地區設定) 座標 (為 0,0) 。
如果儲存格是空的,則仍必須傳回 UI 自動化提供者,才能支援該儲存格的 ContainingGrid 屬性。 當格線中的子項目配置類似于不完全的陣列時,就可能發生這種情況。
視提供者實作而定,隱藏的資料列和資料行可能會在 UI 自動化樹狀結構中載入,因此會反映在 IGridProvider::RowCount 和 IGridProvider::ColumnCount 屬性中。 如果尚未載入隱藏的資料列和資料行,則不應該加以計算。
需求
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | uiautomationcore.h (包含 UIAutomation.h) |
Dll | Uiautomationcore.dll |