Click or drag to resize

PropertyDescriptionListAddRange Method (PropertyDescription)

Adds a list of properties.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void AddRange(
	params PropertyDescription[] properties
)

Parameters

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