ITfPersistentPropertyLoaderACP interface
The ITfPersistentPropertyLoaderACP interface is implemented by an application and used by the TSF manager to load properties asynchronously. An application passes an instance of this interface when calling ITextStoreACPServices::Unserialize. When properties are loaded by a call to ITextStoreACPServices::Unserialize , this interface is used to load properties when required rather than all at once.
Members
The ITfPersistentPropertyLoaderACP interface inherits from the IUnknown interface. ITfPersistentPropertyLoaderACP also has these types of members:
Methods
The ITfPersistentPropertyLoaderACP interface has these methods.
| Method | Description |
|---|---|
| LoadProperty |
Called to load a property. |
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