ITextEditProvider::GetConversionTarget 方法 (uiautomationcore.h)
傳回目前的轉換目標範圍。
語法
HRESULT GetConversionTarget(
[out, retval] ITextRangeProvider **pRetVal
);
參數
[out, retval] pRetVal
類型: ITextRangeProvider**
如果沒有轉換) ,則轉換目標範圍的指標 (無。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
請遵循 TextEdit 控制項模式 中提供的指引,說明如何實作此方法,以及如何引發相關的通知事件。
需求
最低支援的用戶端 | Windows 8.1 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | uiautomationcore.h (包含 UIAutomation.h) |
另請參閱
概念
參考