Click or drag to resize

PropertyDescriptionListAddRange Method (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(
	params PropertyDescription[] properties
)

Parameters

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