ItemTryGetPropertyValueT Method (PropertyKey, T) |
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 public bool TryGetPropertyValue<T>(
PropertyKey key,
out T value
)
Parameters
- key
- Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key. - value
- Type: T
The value.
Type Parameters
- T
- The value expected type.
Return Value
Type:
Boolean
true if the value was successfully retrieved; otherwise false.
See Also