Click or drag to resize

ShellFolderServerTryGetRootPropertyValue Method

Gets a property key value from the root property store.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool TryGetRootPropertyValue(
	PropertyKey key,
	out Object value
)

Parameters

key
Type: ShellBoost.Core.WindowsPropertySystemPropertyKey
The propert key.
value
Type: SystemObject
The value.

Return Value

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