Click or drag to resize

PropertyDescriptionListAddRange Method (PROPDESC_VIEW_FLAGS, PropertyDescription)

Adds a list of properties.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void AddRange(
	PROPDESC_VIEW_FLAGS flags,
	params PropertyDescription[] properties
)

Parameters

flags
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
properties
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The properties.
See Also