Click or drag to resize

MemoryPropertyStoreGetBagValueT Method

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

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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