Click or drag to resize

PropertySystemGetPropertyDescription Method (PropertyKey, Boolean)

Gets the property description for a given property key.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static PropertyDescription GetPropertyDescription(
	PropertyKey propertyKey,
	bool throwOnError = true
)

Parameters

propertyKey
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The property key.
throwOnError (Optional)
Type: SystemBoolean
if set to true Windows error may be thrown.

Return Value

Type: PropertyDescription
An instance of the PropertyDescription class or null if an error occurred.
See Also