Click or drag to resize

ShellItem.TryGetFileSystemValue Method

Gets a property key value in the case of a File System Shell item.

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

Parameters

key
Type: callback.ShellBoost.Core.WindowsPropertySystem.PropertyKey
The property key.
value
Type: System.Object
The value.

Return Value

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