ITextStoreAnchorSink::OnSelectionChange 方法 (textstor.h)

当文本流中的选定内容发生更改时,将调用 ITextStoreAnchorSink::OnSelectionChange 方法。 每当对 ITextStoreAnchor::GetSelection 的潜在调用的返回值发生更改时,都应调用此方法。

语法

HRESULT OnSelectionChange();

返回值

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

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

注解

仅当应用程序修改所选内容本身时,才需要调用此方法,而当客户端使用 ITextStoreAnchor::SetSelectionITextStoreAnchor::InsertTextAtSelection 或其他 ITextStoreAnchor 方法修改所选内容时,才需要调用此方法。

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

应用程序应期望从此方法中对 ITextStoreAnchor::RequestLock 进行可重入的客户端调用。 应用程序可以同步授予锁请求,或者,由于缓存了多个更改,因此可以异步授予锁。

要求

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

另请参阅

文档锁定

ITextStoreAnchor

ITextStoreAnchor::InsertTextAtSelection

ITextStoreAnchor::SetSelection

ITextStoreAnchorSink