Click or drag to resize

PropertySystemGetPropertyDescription Method (String, Boolean)

Gets the property description using its canonical name.

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

Parameters

canonicalName
Type: SystemString
The property canonical name.
throwOnError (Optional)
Type: SystemBoolean
if set to true Windows error may be thrown.

Return Value

Type: PropertyDescription
An instance of the PropertyDescription type or null if an error occurred.
Exceptions
ExceptionCondition
ArgumentNullExceptioncanonicalName is null.
See Also