ITfProperty interface (msctf.h)

The ITfProperty interface is implemented by the TSF manager and used by a client (application or text service) to modify a property value.

Inheritance

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

Methods

The ITfProperty interface has these methods.

 
ITfProperty::Clear

ITfProperty::Clear method
ITfProperty::FindRange

ITfProperty::FindRange method
ITfProperty::SetValue

ITfProperty::SetValue method
ITfProperty::SetValueStore

ITfProperty::SetValueStore method

Remarks

An instance of this interface is obtained in various ways, such as ITfContext::GetProperty or IEnumTfProperties::Next.

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

IEnumTfProperties::Next

ITfContext::GetProperty

ITfReadOnlyProperty

IUnknown