Click or drag to resize

ShellItemGetPropertyValue Method (PropertyKey, Object)

Gets a property key value.

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

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
defaultValue
Type: SystemObject
The default value to use if the value was not found.

Return Value

Type: Object
A value.
See Also