Click or drag to resize

PropertyStoreGetValue Method (PropertyKey, Object)

Gets a property key value or a default value.

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

Parameters

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

Return Value

Type: Object
A value.
See Also