Click or drag to resize

PropertyDescriptionList Constructor (PROPDESC_VIEW_FLAGS, PropertyDescription)

Initializes a new instance of the PropertyDescriptionList class.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public PropertyDescriptionList(
	PROPDESC_VIEW_FLAGS flags,
	params PropertyDescription[] properties
)

Parameters

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