PropertyStoreGetValueT Method (PropertyKey, T) |
Gets a typed property key value or a default value.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual T GetValue<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 expected type
Return Value
Type:
TA typed value.
See Also