ITfProperty interface
The ITfProperty interface is implemented by the TSF manager and used by a client (application or text service) to modify a property value.
Members
The ITfProperty interface inherits from the IUnknown interface. ITfProperty also has these types of members:
Methods
The ITfProperty interface has these methods.
| Method | Description |
|---|---|
| Clear |
Empties the property value over the specified range. |
| FindRange |
Obtains a range that covers the text that contains a non-empty value for the property. |
| SetValue |
Sets the value of the property for a range. |
| SetValueStore |
Sets the value of the property for a range of text using a property store object. |
Remarks
An instance of this interface is obtained in various ways, such as ITfContext::GetProperty or IEnumTfProperties::Next.
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