Click or drag to resize

PropertyDescriptionList Constructor (PROPDESC_VIEW_FLAGS, PropertyKey)

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(
	PROPDESC_VIEW_FLAGS flags,
	params PropertyKey[] keys
)

Parameters

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