Click or drag to resize

PropertyDescriptionListAddRange Method (PROPDESC_VIEW_FLAGS, PropertyKey)

Adds a list of property keys.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public void AddRange(
	PROPDESC_VIEW_FLAGS flags,
	params PropertyKey[] keys
)

Parameters

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