Click or drag to resize

MemoryPropertyStoreGetNamedValueT Method (Int32, T)

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

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: T
The property value.
See Also