ITextDocument2::GetSelection2 方法 (tom.h)
取得使用中的選取範圍。
語法
HRESULT GetSelection2(
[out, retval] ITextSelection2 **ppSel
);
參數
[out, retval] ppSel
類型: ITextSelection2**
使用中的選取範圍。 如果 RTF 編輯控制項不是就地作用中,則此參數為 NULL 。
傳回值
類型: HRESULT
如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |