Click or drag to resize

PropertyDescriptionList Constructor (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(
	params PropertyDescription[] properties
)

Parameters

properties
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyDescription
The properties.
See Also