Click or drag to resize

ShellItemFreezePropertyStore Method

Freezes the property store. The property store can be frozen when a client asks for the property store as a whole. Overriding this method allows you to add properties to the frozen store.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void FreezePropertyStore(
	PropertyStore frozenStore
)

Parameters

frozenStore
Type: callback.ShellBoost.CorePropertyStore
The frozen store. Contains properties that were prepared by the system.
See Also