Click or drag to resize

ItemProperties Property

Gets the item's properties.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<Property> Properties { get; }

Property Value

Type: IReadOnlyListProperty
The properties.
See Also