Click or drag to resize

PropertyDescriptionListAdd Method (PropertyDescription, PROPDESC_VIEW_FLAGS)

Adds the specified property.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Add(
	PropertyDescription property,
	PROPDESC_VIEW_FLAGS flags = PROPDESC_VIEW_FLAGS.PDVF_DEFAULT
)

Parameters

property
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The property.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
Exceptions
ExceptionCondition
ArgumentNullExceptionproperty is null.
See Also