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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void FreezePropertyStore(
PropertyStore frozenStore
)
Parameters
- frozenStore
- Type: ShellBoost.CorePropertyStore
The frozen store. Contains properties that were prepared by the system.
See Also