Click or drag to resize

MemoryPropertyStoreGetBagValueT Method

Gets a typed named property value using the underlying IPropertyBag implementation.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public T GetBagValue<T>(
	string name,
	T defaultValue
)

Parameters

name
Type: SystemString
The property name.
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: T
The property value.
See Also