Click or drag to resize

PropertyStore.GetValue 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.WindowsPropertySystem.PropertyKey
The property key.
defaultValue
Type: System.Object
The default value.

Return Value

Type: Object
A value.
See Also