Click or drag to resize

PropertyStoreGetValue Method (PropertyKey, Object)

Gets a property key value or a default value.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
defaultValue
Type: SystemObject
The default value.

Return Value

Type: Object
A value.
See Also