Click or drag to resize

ShellItemSetPropertyValue Method (PropertyKey, Object)

Sets a property key value to this item's property store.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void SetPropertyValue(
	PropertyKey key,
	Object value
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
value
Type: SystemObject
The value.
See Also