ITextStoreAnchorSink::OnLayoutChange 方法 (textstor.h)

当文档的布局 (屏幕表示形式) 更改时,将调用 ITextStoreAnchorSink::OnLayoutChange 方法。

语法

HRESULT OnLayoutChange(
  [in] TsLayoutCode lcode,
  [in] TsViewCookie vcView
);

参数

[in] lcode

包含定义更改类型的 TsLayoutCode 值。

[in] vcView

包含标识文档的应用程序定义的 Cookie。 有关详细信息,请参阅 ITextStoreAnchor::GetActiveView

返回值

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

说明
S_OK
方法成功。

注解

布局更改可以响应对文本、字号、窗口移动、窗口大小调整或其他影响所显示文本的更改。

如果调用 ITextStoreAnchor::GetTextExtITextStoreAnchor::GetAnchorFromPoint 返回TS_E_NOLAYOUT,因为应用程序尚未计算布局,应用程序必须在布局可用时调用 ITextStoreAnchorSink::OnLayoutChange

要求

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

另请参阅

ITextStoreAnchor::GetActiveView

ITextStoreAnchor::GetAnchorFromPoint

ITextStoreAnchor::GetTextExt

ITextStoreAnchorSink

TsLayoutCode