ITfCreatePropertyStore interface (msctf.h)

The ITfCreatePropertyStore interface is implemented by a text service to support persistence of property store data. The TSF manager uses this interface to determine if a property store can be serialized and to create a property store object for a serialized property.

Inheritance

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

Methods

The ITfCreatePropertyStore interface has these methods.

 
ITfCreatePropertyStore::CreatePropertyStore

ITfCreatePropertyStore::CreatePropertyStore method
ITfCreatePropertyStore::IsStoreSerializable

ITfCreatePropertyStore::IsStoreSerializable method

Remarks

When a property store is unserialized, the TSF manager creates an object from the CLSID obtained from ITfPropertyStore::GetPropertyRangeCreator and obtain an ITfCreatePropertyStore interface pointer from it. The manager then uses ITfCreatePropertyStore::CreatePropertyStore to create the property store object.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfPropertyStore::GetPropertyRangeCreator

IUnknown