ITfDisplayAttributeProvider interface
The ITfDisplayAttributeProvider interface is implemented by a text service and is used by the TSF manager to enumerate and obtain individual display attribute information objects.
The TSF manager obtains an instance of this interface by calling CoCreateInstance with the class identifier passed to ITfCategoryMgr::RegisterCategory with GUID_TFCAT_DISPLAYATTRIBUTEPROVIDER and IID_ITfDisplayAttributeProvider. For more information, see Providing Display Attributes.
Members
The ITfDisplayAttributeProvider interface inherits from the IUnknown interface. ITfDisplayAttributeProvider also has these types of members:
Methods
The ITfDisplayAttributeProvider interface has these methods.
| Method | Description |
|---|---|
| EnumDisplayAttributeInfo |
Obtains an enumerator that contains all display attribute info objects supported by the display attribute provider. |
| GetDisplayAttributeInfo |
Obtains a display attribute provider object for a particular display attribute. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also