MemoryPropertyStoreGetNamedValueT Method (Int32, T) |
Gets a typed named property value using the underlying INamedPropertyStore implementation.
Namespace:
ShellBoost.Core.WindowsPropertySystem
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public T GetNamedValue<T>(
int index,
T defaultValue
)
Parameters
- index
- Type: SystemInt32
The property index. - defaultValue
- Type: T
The default value to use if the property is not found in the store.
Type Parameters
- T
- The expected type.
Return Value
Type:
TThe property value.
See Also