Click or drag to resize

MemoryPropertyStoreGetValue Method (PropertyKey)

Gets a property key value or null if it was not found.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object GetValue(
	PropertyKey key
)

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.

Return Value

Type: Object
A value.
See Also