ITextStoreACPSink::OnSelectionChange 方法 (textstor.h)

在文档内的选定内容更改时调用。

语法

HRESULT OnSelectionChange();

返回值

此方法可以返回其中一个值。

说明
S_OK
方法成功。
TS_E_NOLOCK
经理持有对文档的锁定。

注解

当由 ITextStoreACP 接口方法之一(如 ITextStoreACP::SetSelection 或 ITextStoreACP::InsertTextAtSelection)修改所选内容时,永远不会调用 ITextStoreACPSink::OnSelectionChange

调用此方法时,应用程序必须能够授予 文档锁定

要求

要求
最低受支持的客户端 Windows 2000 专业版 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows 2000 Server [桌面应用 |UWP 应用]
目标平台 Windows
标头 textstor.h
DLL Msctf.dll
可再发行组件 Windows 2000 专业版上的 TSF 1.0

另请参阅

文档锁定

ITextStoreACP

ITextStoreACP::InsertTextAtSelection

ITextStoreACP::SetSelection

ITextStoreACPSink