Click or drag to resize

PropertyDescriptionList Constructor (PROPDESC_VIEW_FLAGS, PropertyDescription)

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 PropertyDescription[] properties
)

Parameters

flags
Type: callback.ShellBoost.Core.WindowsPropertySystemPROPDESC_VIEW_FLAGS
The flags.
properties
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The list of properties.
See Also