Click or drag to resize

PropertyDescriptionList Constructor (PropertyKey)

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

Parameters

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