Click or drag to resize

ShellItemGetPropertyValue Method (PropertyKey, Object)

Gets a property key value.

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

Parameters

key
Type: callback.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