Click or drag to resize

ItemTryGetPropertyValueT Method (PropertyKey, T)

Gets a property value for a given property key.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool TryGetPropertyValue<T>(
	PropertyKey key,
	out T value
)

Parameters

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

Type Parameters

T
The value expected type.

Return Value

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