Click or drag to resize

PropertyDescriptionListAdd Method (String, PROPDESC_VIEW_FLAGS)

Adds the specified property using its canonical name.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void Add(
	string propertyCanonicalName,
	PROPDESC_VIEW_FLAGS flags = PROPDESC_VIEW_FLAGS.PDVF_DEFAULT
)

Parameters

propertyCanonicalName
Type: SystemString
The property canonical name.
flags (Optional)
Type: ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyCanonicalName is null.
See Also