Click or drag to resize

PropertyStore.SetValue Method

Sets a property key value.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The property key.
value
Type: System.Object
The value.
See Also