Click or drag to resize

MemoryPropertyStoreGetValue Method (PropertyDescription)

Gets a value from a property description.

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

Parameters

description
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property description.

Return Value

Type: Object
A value.
Exceptions
ExceptionCondition
ArgumentNullExceptiondescription is null.
See Also