iTextStoreAnchorSink 接口 (textstor.h)
ITextStoreAnchorSink 接口由 TSF 管理器实现,并且由基于定位点的应用程序用来在发生某些事件时通知管理器。 管理器通过调用 ITextStoreAnchor::AdviseSink 安装此建议接收器。
接口 ID 是IID_ITextStoreAnchorSink。
继承
ITextStoreAnchorSink 接口继承自 IUnknown 接口。 ITextStoreAnchorSink 还具有以下类型的成员:
方法
ITextStoreAnchorSink 接口包含以下方法。
ITextStoreAnchorSink::OnAttrsChange 当一个或多个文本属性的值更改时,将调用 ITextStoreAnchorSink::OnAttrsChange 方法。 |
ITextStoreAnchorSink::OnEndEditTransaction ITextStoreAnchorSink::OnEndEditTransaction 方法 |
ITextStoreAnchorSink::OnLayoutChange 当文档的布局 (屏幕表示形式) 更改时,将调用 ITextStoreAnchorSink::OnLayoutChange 方法。 |
ITextStoreAnchorSink::OnLockGranted ITextStoreAnchorSink::OnLockGranted 方法 |
ITextStoreAnchorSink::OnSelectionChange 当文本流中的选定内容发生更改时,将调用 ITextStoreAnchorSink::OnSelectionChange 方法。 每当对 ITextStoreAnchor::GetSelection 的潜在调用的返回值发生更改时,都应调用此方法。 |
ITextStoreAnchorSink::OnStartEditTransaction ITextStoreAnchorSink::OnStartEditTransaction 方法 |
ITextStoreAnchorSink::OnStatusChange ITextStoreAnchorSink::OnStatusChange 方法 |
ITextStoreAnchorSink::OnTextChange ITextStoreAnchorSink::OnTextChange 方法 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 专业版 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows 2000 Server [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | textstor.h |
可再发行组件 | Windows 2000 专业版上的 TSF 1.0 |