Click or drag to resize

PropertyDescriptionListAddRange Method (IEnumerablePropertyKey, PROPDESC_VIEW_FLAGS)

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(
	IEnumerable<PropertyKey> keys,
	PROPDESC_VIEW_FLAGS flags = PROPDESC_VIEW_FLAGS.PDVF_DEFAULT
)

Parameters

keys
Type: System.Collections.GenericIEnumerablePropertyKey
The list of property keys.
flags (Optional)
Type: ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
See Also