Share via


TS_ATTRVAL 結構 (textstor.h)

TS_ATTRVAL 結構包含檔案屬性值。

語法

typedef struct TS_ATTRVAL {
  TS_ATTRID idAttr;
  DWORD     dwOverlapId;
  VARIANT   varValue;
} TS_ATTRVAL;

成員

idAttr

屬性類型的 GUID。

dwOverlapId

與其他屬性重疊時,這個屬性的唯一標識符。 這是 Microsoft Active Accessibility 中的功能。 在 TSF 中,此參數值為零 (0) 。 忽略任何非零值。

varValue

屬性的值。

備註

應用程式會使用屬性向TSF公開其數據,而文字服務則會使用屬性向TSF公開其數據。 TS_ATTRVAL 用於 ITextStoreACPITextStoreAnchor 方法。

規格需求

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

另請參閱

ITextStoreACP

ITextStoreACP::RequestAttrsTransitioningAtPosition

ITextStoreACP::RequestSupportedAttrs

ITextStoreACP::RetrieveRequestedAttrs

ITextStoreAnchor

ITextStoreAnchor::RequestAttrsTransitioningAtPosition

ITextStoreAnchor::RequestSupportedAttrs

ITextStoreAnchor::RetrieveRequestedAttrs

Microsoft Active Accessibility

TF_PROPERTYVAL

TS_ATTRID