ITfPropertyStore interface
The ITfPropertyStore interface is implemented by a text service and used by the TSF manager to provide non-static property values. An instance of this interface is passed to ITfProperty::SetValueStore.
Members
The ITfPropertyStore interface inherits from the IUnknown interface. ITfPropertyStore also has these types of members:
Methods
The ITfPropertyStore interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates an exact copy of the property store object. |
| Divide |
Called when the text covered by the property is split into two ranges. |
| GetData |
Obtains the property store data. |
| GetDataType |
This method is reserved, but must be implemented. |
| GetPropertyRangeCreator |
Obtains the class identifier of the property store owner. |
| GetType |
Obtains the property identifier. |
| OnTextUpdated |
Called when the text that the property store applies to is modified. |
| Serialize |
Called to write the property store data into a stream for serialization. |
| Shrink |
Called when the text that the property store applies to is truncated. |
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