Click or drag to resize

ItemPropertiesAsDictionary Property

Gets the item's properties as a dictionary.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IDictionary<PropertyKey, Object> PropertiesAsDictionary { get; }

Property Value

Type: IDictionaryPropertyKey, Object
The properties.
See Also