ITfDisplayAttributeInfo interface (msctf.h)

The ITfDisplayAttributeInfo interface is implemented by a text service to provide display attribute data. This interface is used by any component, most often an application, that must determine how text displays.

Inheritance

The ITfDisplayAttributeInfo interface inherits from the IUnknown interface. ITfDisplayAttributeInfo also has these types of members:

Methods

The ITfDisplayAttributeInfo interface has these methods.

 
ITfDisplayAttributeInfo::GetAttributeInfo

ITfDisplayAttributeInfo::GetAttributeInfo method
ITfDisplayAttributeInfo::GetDescription

ITfDisplayAttributeInfo::GetDescription method
ITfDisplayAttributeInfo::GetGUID

ITfDisplayAttributeInfo::GetGUID method
ITfDisplayAttributeInfo::Reset

ITfDisplayAttributeInfo::Reset method
ITfDisplayAttributeInfo::SetAttributeInfo

ITfDisplayAttributeInfo::SetAttributeInfo method

Remarks

An application obtains an instance of this interface by calling ITfDisplayAttributeMgr::GetDisplayAttributeInfo or IEnumTfDisplayAttributeInfo::Next.

A text service supplies an instance of this interface in its ITfDisplayAttributeProvider::GetDisplayAttributeInfo method.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

IEnumTfDisplayAttributeInfo::Next

ITfDisplayAttributeMgr::GetDisplayAttributeInfo

ITfDisplayAttributeProvider::GetDisplayAttributeInfo

IUnknown