Click or drag to resize

MemoryPropertyStoreTryGetValue Method (PropertyKey, Object)

Gets the value of a property.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool TryGetValue(
	PropertyKey key,
	out Object value
)

Parameters

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

Return Value

Type: Boolean
true if the property was found, false otherwise.
See Also