Click or drag to resize

PropertyStoreTryGetValue Method

Gets the value associated with the specified key.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool TryGetValue(
	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 property key was found, false otherwise.
See Also