ITfReadOnlyProperty interface
The ITfReadOnlyProperty interface is implemented by the TSF manager and used by an application or text service to obtain property data.
Members
The ITfReadOnlyProperty interface inherits from the IUnknown interface. ITfReadOnlyProperty also has these types of members:
Methods
The ITfReadOnlyProperty interface has these methods.
| Method | Description |
|---|---|
| EnumRanges |
Obtains an enumeration of ranges that contain unique values of the property within the given range. |
| GetContext |
Obtains the context object for the property. |
| GetType |
Obtains the property identifier. |
| GetValue |
Obtains the value of the property for a range of text. |
Remarks
An instance of this interface is obtained by using ITfContext::GetAppProperty or ITfContext::TrackProperties.
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