Click or drag to resize

ItemGetPropertyValueT Method

Gets a property value for a given property key.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
defaultValue (Optional)
Type: T
The default value.

Type Parameters

T
The value expected type.

Return Value

Type: T
The property value or the default value.
See Also