Click or drag to resize

ItemTryGetPropertyValue Method (PropertyKey, Object)

Gets a property value for a given property key.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool TryGetPropertyValue(
	PropertyKey key,
	out Object value
)

Parameters

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

Return Value

Type: Boolean
true if the value was successfully retrieved; otherwise false.
See Also