Click or drag to resize

PropertyDescriptionList Constructor (IEnumerablePropertyKey, PROPDESC_VIEW_FLAGS)

Initializes a new instance of the PropertyDescriptionList class.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PropertyDescriptionList(
	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: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
See Also