IEnumTfCandidates interface
The IEnumTfCandidates interface is implemented by a text service and used by the TSF manager to provide an enumeration of candidate string objects.
Members
The IEnumTfCandidates interface inherits from the IUnknown interface. IEnumTfCandidates also has these types of members:
Methods
The IEnumTfCandidates interface has these methods.
| Method | Description |
|---|---|
| Clone |
Creates a copy of the enumerator object. |
| Next |
Obtains, from the current position, the specified number of elements in the enumeration sequence. |
| Reset |
Resets the enumerator object by moving the current position to the beginning of the enumeration sequence. |
| Skip |
Moves the current position forward in the enumeration sequence by the specified number of elements. |
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