Click or drag to resize

ShellItemGetPropertyValueT Method (PropertyKey, T)

Gets a typed property key value.

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

Parameters

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