ITfEditRecord interface
The ITfEditRecord interface is implemented by the TSF manager and is used by a text edit sink to determine what was changed during an edit session. An instance of this interface is passed to the text edit sink when the ITfTextEditSink::OnEndEdit method is called.
Members
The ITfEditRecord interface inherits from the IUnknown interface. ITfEditRecord also has these types of members:
Methods
The ITfEditRecord interface has these methods.
| Method | Description |
|---|---|
| GetSelectionStatus |
Determines if the selection has changed during the edit session. |
| GetTextAndPropertyUpdates |
Obtains an enumerator that contains a collection of range objects that cover the specified properties and/or text that changed during the edit session. |
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