Click or drag to resize

MemoryPropertyStoreGetNamedValue Method (Int32)

Gets a 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 Object GetNamedValue(
	int index
)

Parameters

index
Type: SystemInt32
The property index.

Return Value

Type: Object
A value.
See Also