Click or drag to resize

MemoryPropertyStoreGetValue Method (PropertyKey)

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

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

Parameters

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

Return Value

Type: Object
A value.
See Also