Click or drag to resize

ShellItemGetPropertyValueT Method (PropertyKey, T)

Gets a typed property key value.

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

Parameters

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

Type Parameters

T
The expected value type.

Return Value

Type: T
A value.
See Also