Click or drag to resize

ShellFolderTryGetPropertyValue Method (ShellItemIdList, PropertyKey, Object)

Gets a property key value. or a PIDL that may not represent an existing Shell Item. This method returns false. If you override it, make sure you also override TryParseItem and TryGetDisplayName and TryGetAttributesin a consistent manner.

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

Parameters

relativeIdList
Type: callback.ShellBoost.CoreShellItemIdList
The relative PIDL.
key
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
value
Type: SystemObject
The value.

Return Value

Type: Boolean
true if the value was read, false otherwise.
See Also