Click or drag to resize

PropertyDescriptionListAddRange Method (PropertyKey)

Adds a list of property keys.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void AddRange(
	params PropertyKey[] keys
)

Parameters

keys
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyKey
The list of property keys.
See Also