Click or drag to resize

ItemGetPropertyValueT Method

Gets a property value for a given property key.

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

Parameters

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