Click or drag to resize

PropertyDescriptionList Constructor (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(
	params PropertyKey[] keys
)

Parameters

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