Click or drag to resize

ShellItemTryGetFileSystemValue Method

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

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual bool TryGetFileSystemValue(
	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 read, false otherwise.
See Also