TsLayoutCode 列舉 (textstor.h)

TsLayoutCode 列舉的元素可用來指定 ITextStoreACPSink::OnLayoutChangeITextStoreAnchorSink::OnLayoutChange 通知中的版面配置變更類型。

Syntax

typedef enum __MIDL___MIDL_itf_textstor_0000_0000_0002 {
  TS_LC_CREATE = 0,
  TS_LC_CHANGE = 1,
  TS_LC_DESTROY = 2
} TsLayoutCode;

常數

 
TS_LC_CREATE
值: 0
剛建立檢視。
TS_LC_CHANGE
值: 1
檢視配置已變更。
TS_LC_DESTROY
值: 2
檢視即將終結。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 Windows 2000 Server [傳統型應用程式 |UWP 應用程式]
標頭 textstor.h
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITextStoreACPSink::OnLayoutChange

ITextStoreAnchorSink::OnLayoutChange