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 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:
TA value.
See Also