ITfReadOnlyProperty interface (msctf.h)

The ITfReadOnlyProperty interface is implemented by the TSF manager and used by an application or text service to obtain property data.

Inheritance

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

Methods

The ITfReadOnlyProperty interface has these methods.

 
ITfReadOnlyProperty::EnumRanges

ITfReadOnlyProperty::EnumRanges method
ITfReadOnlyProperty::GetContext

ITfReadOnlyProperty::GetContext method
ITfReadOnlyProperty::GetType

ITfReadOnlyProperty::GetType method
ITfReadOnlyProperty::GetValue

ITfReadOnlyProperty::GetValue method

Remarks

An instance of this interface is obtained by using ITfContext::GetAppProperty or ITfContext::TrackProperties.

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

ITfContext::GetAppProperty

ITfContext::TrackProperties

IUnknown